org.jboss.marshalling
Annotation Type Externalize
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface Externalize
Indicate that this class should be externalized by an instance of the given externalizer class. Any externalizer
provided by a ClassExternalizerFactory
or a
ExternalizerFactory
will take precedence over the externalizer
specified by this annotation.
Required Element Summary |
java.lang.Class<? extends Externalizer> |
value
Specify the externalizer class to be used by the annotated class. |
value
public abstract java.lang.Class<? extends Externalizer> value
- Specify the externalizer class to be used by the annotated class.
- Returns:
- the externalizer type