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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DXmlAccessorType.java41 * <p> <tt>@XmlAccessorType</tt> annotation can be used with the following program elements:</p>
54 * <p>The annotation <tt> @XmlAccessorType </tt> on a package applies to
59 * <li> If there is a <tt>@XmlAccessorType</tt> on a class, then it
61 * <li> Otherwise, if a <tt>@XmlAccessorType</tt> exists on one of
63 * <li> Otherwise, the <tt>@XmlAccessorType </tt> on a package is
68 * <p>By default, if <tt>@XmlAccessorType </tt> on a package is absent,
71 * &#64;XmlAccessorType(XmlAccessType.PUBLIC_MEMBER)
73 * <p> By default, if <tt>@XmlAccessorType</tt> on a class is absent,
75 * <tt>@XmlAccessorType</tt>, then the following default on the class
78 * &#64;XmlAccessorType(XmlAccessTyp
92 public @interface XmlAccessorType { interface
[all...]

Completed in 2084 milliseconds