@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface Externalize
ClassExternalizerFactory
or a
ExternalizerFactory
will take precedence over the externalizer
specified by this annotation.Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends Externalizer> |
value
Specify the externalizer class to be used by the annotated class.
|
public abstract java.lang.Class<? extends Externalizer> value