Annotation Type XStreamAlias
-
@Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface XStreamAliasAnnotation used to define an XStream class or field alias.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe name of the class or field alias.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>implA possible default implementation if the annotated type is an interface.
-