equal
deleted
inserted
replaced
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 /** |