Skip to content
Snippets Groups Projects
Commit 2e54393d authored by Lana Steuck's avatar Lana Steuck
Browse files

Merge

parents cfd81866 10d82f29
Branches
No related tags found
No related merge requests found
Showing
with 22 additions and 22 deletions
......@@ -243,7 +243,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* </pre>
*
* @author Kohsuke Kawaguchi
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({FIELD,METHOD})
......
......@@ -66,7 +66,7 @@ import java.lang.annotation.Target;
* The above binding supports WS-I AP 1.0 <a href="http://www.ws-i.org/Profiles/AttachmentsProfile-1.0-2004-08-24.html#Referencing_Attachments_from_the_SOAP_Envelope">WS-I Attachments Profile Version 1.0.</a>
*
* @author Kohsuke Kawaguchi
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER})
......
......@@ -122,7 +122,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* </pre>
* @author Sekhar Vajjhala, Sun Microsystems, Inc.
* @see XmlType
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME) @Target({FIELD, METHOD})
......
......@@ -134,7 +134,7 @@ import static java.lang.annotation.RetentionPolicy.*;
*
* <p>
* @author Sekhar Vajjhala, Sun Microsystems, Inc.
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME) @Target({FIELD, METHOD, PARAMETER})
......
......@@ -130,7 +130,7 @@ import static java.lang.annotation.ElementType.METHOD;
* name "foo".
*
* @see XmlRegistry
* @since JAXB 2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({METHOD})
......
......@@ -216,7 +216,7 @@ import static java.lang.annotation.ElementType.METHOD;
*
* @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems,Inc. </li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
* @see XmlElementRefs
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({FIELD,METHOD})
......@@ -284,7 +284,7 @@ public @interface XmlElementRef {
* For compatibility with JAXB 2.1, this property defaults to <tt>true</tt>,
* despite the fact that {@link XmlElement#required()} defaults to false.
*
* @since 2.2
* @since 1.7, JAXB 2.2
*/
boolean required() default true;
}
......@@ -50,7 +50,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
*
* @see XmlElementWrapper
* @see XmlElementRef
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({FIELD,METHOD})
......
......@@ -87,7 +87,7 @@ import java.lang.annotation.Target;
* @see XmlElements
* @see XmlElementRef
* @see XmlElementRefs
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*
*/
......@@ -139,7 +139,7 @@ public @interface XmlElementWrapper {
* simply a mechanism to let users express their application constraints
* better.
*
* @since JAXB 2.1
* @since 1.6, JAXB 2.1
*/
boolean required() default false;
}
......@@ -166,7 +166,7 @@ import java.lang.annotation.Target;
* @see XmlElementRef
* @see XmlElementRefs
* @see XmlJavaTypeAdapter
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME) @Target({FIELD,METHOD})
public @interface XmlElements {
......
......@@ -62,7 +62,7 @@ import java.lang.annotation.Target;
*
* <p><b>Examples:</b> See examples in {@link XmlEnumValue}
*
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME) @Target({TYPE})
......
......@@ -114,7 +114,7 @@ import static java.lang.annotation.ElementType.FIELD;
* &lt;/xs:simpleType>
* </pre>
*
* @since JAXB 2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({FIELD})
......
......@@ -87,7 +87,7 @@ import static java.lang.annotation.RetentionPolicy.*;
*
* @author Sekhar Vajjhala, Sun Microsystems, Inc.
* @see XmlIDREF
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME) @Target({FIELD, METHOD})
......
......@@ -243,7 +243,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* </pre>
* @author Sekhar Vajjhala, Sun Microsystems, Inc.
* @see XmlID
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME) @Target({FIELD, METHOD})
......
......@@ -51,7 +51,7 @@ import javax.activation.DataHandler;
* ever called for the property. The binary data will always be inlined.
*
* @author Joseph Fialli
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({FIELD,METHOD,TYPE})
......
......@@ -104,7 +104,7 @@ import static java.lang.annotation.ElementType.PARAMETER;
* </ul>
*
* @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER})
public @interface XmlList {
......
......@@ -47,7 +47,7 @@ import javax.xml.transform.Source;
* the value of the attribute takes precedence and that will control the marshalling.
*
* @author Kohsuke Kawaguchi
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({FIELD,METHOD,PARAMETER})
......
......@@ -124,7 +124,7 @@ import javax.xml.bind.JAXBElement;
* <p>See "Package Specification" in javax.xml.bind.package javadoc for
* additional common information.</p>
* @author Kohsuke Kawaguchi
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME)
@Target({FIELD,METHOD})
......
......@@ -42,7 +42,7 @@ import java.lang.annotation.Target;
*
* <p><b>Example:</b>See <tt>XmlSchema</tt> annotation type for an example.
* @author Sekhar Vajjhala, Sun Microsystems, Inc.
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
@Retention(RUNTIME) @Target({})
......
......@@ -61,6 +61,6 @@ package javax.xml.bind.annotation;
* </table>
*
* @author Sekhar Vajjhala, Sun Microsystems, Inc.
* @since JAXB2.0
* @since 1.6, JAXB 2.0
*/
public enum XmlNsForm {UNQUALIFIED, QUALIFIED, UNSET}
......@@ -34,7 +34,7 @@ import static java.lang.annotation.RetentionPolicy.RUNTIME;
* Marks a class that has {@link XmlElementDecl}s.
*
* @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
* @since JAXB 2.0
* @since 1.6, JAXB 2.0
* @see XmlElementDecl
*/
@Retention(RUNTIME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment