Module eclipselink

Annotation Interface SerializedConverters


@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface SerializedConverters
A SerializedConverters annotation allows the definition of multiple SerializedConverters.
See Also:
Author:
James Sutherland
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of SerializedConverter annotations.
  • Element Details