Annotation Type XmlJavaTypeAdapters


  • @Retention(RUNTIME)
    @Target(PACKAGE)
    public @interface XmlJavaTypeAdapters

    A container for multiple @XmlJavaTypeAdapter annotations.

    Multiple annotations of the same type are not allowed on a program element. This annotation therefore serves as a container annotation for multiple @XmlJavaTypeAdapter as follows: {@snippet :

    Since:
    1.6, JAXB 2.0
    Author:
    • Sekhar Vajjhala, Sun Microsystems, Inc.
    See Also:
    XmlJavaTypeAdapter