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