@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface SerializeWith
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 © 2013 JBoss, a division of Red Hat. All Rights Reserved.