Searched defs:XmlSchemaType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DXmlSchemaType.java41 * <tt>@XmlSchemaType</tt> annotation can be used with the following program
49 * <p> <tt>@XmlSchemaType</tt> annotation defined for Java type
51 * A <tt>@XmlSchemaType</tt> annotation specified on the
52 * property/field overrides the <tt>@XmlSchemaType</tt> annotation
65 * &#64;XmlSchemaType(name="date")
81 * &#64;javax.xml.bind.annotation.XmlSchemaType(
90 public @interface XmlSchemaType { interface
101 * Used in {@link XmlSchemaType#type()} to

Completed in 316 milliseconds