jaxws/src/java.xml.bind/share/classes/javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.java
changeset 29839 6d5d546e953b
parent 25871 b80b84e87032
child 32795 5a5710ee05a0
equal deleted inserted replaced
29838:fe5fd9871a13 29839:6d5d546e953b
     1 /*
     1 /*
     2  * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    40  *
    40  *
    41  * <pre>
    41  * <pre>
    42  * &#64;XmlJavaTypeAdapters ({ @XmlJavaTypeAdapter(...),@XmlJavaTypeAdapter(...) })
    42  * &#64;XmlJavaTypeAdapters ({ @XmlJavaTypeAdapter(...),@XmlJavaTypeAdapter(...) })
    43  * </pre>
    43  * </pre>
    44  *
    44  *
    45  * <p>The <tt>@XmlJavaTypeAdapters</tt> annnotation is useful for
    45  * <p>The <tt>@XmlJavaTypeAdapters</tt> annotation is useful for
    46  * defining {@link XmlJavaTypeAdapter} annotations for different types
    46  * defining {@link XmlJavaTypeAdapter} annotations for different types
    47  * at the package level.
    47  * at the package level.
    48  *
    48  *
    49  * <p>See "Package Specification" in javax.xml.bind.package javadoc for
    49  * <p>See "Package Specification" in javax.xml.bind.package javadoc for
    50  * additional common information.</p>
    50  * additional common information.</p>