jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/XmlElement.java
changeset 25840 c2002453eec3
parent 19645 36f707905f2b
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
   132  * <p>
   132  * <p>
   133  * See Example 6 in @{@link XmlType}.
   133  * See Example 6 in @{@link XmlType}.
   134  *
   134  *
   135  * <p>
   135  * <p>
   136  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
   136  * @author Sekhar Vajjhala, Sun Microsystems, Inc.
   137  * @since JAXB2.0
   137  * @since 1.6, JAXB 2.0
   138  */
   138  */
   139 
   139 
   140 @Retention(RUNTIME) @Target({FIELD, METHOD, PARAMETER})
   140 @Retention(RUNTIME) @Target({FIELD, METHOD, PARAMETER})
   141 public @interface XmlElement {
   141 public @interface XmlElement {
   142     /**
   142     /**