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