Annotation Type XStreamAliasType
-
@Retention(RUNTIME) @Target(TYPE) public @interface XStreamAliasType
Annotation used to define an XStream type alias.- Since:
- 1.4.5
- See Also:
XStream.aliasType(String, Class)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The name of the type alias.
-