@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface Externalize
ClassExternalizerFactory
will typically take
precedence over the externalizer specified by this annotation.Modifier and Type | Required Element and Description |
---|---|
Class<? extends Externalizer> |
value
Specify the externalizer class to be used by the annotated class.
|
public abstract Class<? extends Externalizer> value
Copyright © 2019 JBoss by Red Hat. All rights reserved.