Package org.jboss.marshalling
Annotation Type Externalize
Indicate that this class should be externalized by an instance of the given externalizer class. Any externalizer
provided by a
ClassExternalizerFactory
will typically take
precedence over the externalizer specified by this annotation.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass
<? extends Externalizer> Specify the externalizer class to be used by the annotated class.
-
Element Details
-
value
Class<? extends Externalizer> valueSpecify the externalizer class to be used by the annotated class.- Returns:
- the externalizer type
-