com.thoughtworks.xstream.annotations
Annotation Type XStreamAlias
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public @interface XStreamAlias
Annotation used to define an XStream class or field value.
- Author:
- Emil Kirschner, Chung-Onn Cheong
Required Element Summary |
String |
value
The value of the class or field value |
value
public abstract String value
- The value of the class or field value
impl
public abstract Class<?> impl
- Default:
- java.lang.Void.class
Copyright © 2004-2014 XStream. All Rights Reserved.