Annotation Type XmlWriteTransformers


  • @Target({METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface XmlWriteTransformers

    Purpose: Annotation used to wrap multiple XmlWriteTransformer annotations. Used in conjunction with XmlWriteTransformer and XmlTransformation to specify multiple Field Transformers for a given property.

    See Also:
    XmlReadTransformer, XmlWriteTransformer, XmlTransformation