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
 java.lang.String value
          The value of the class or field value
 
Optional Element Summary
 java.lang.Class<?> impl
           
 

Element Detail

value

public abstract java.lang.String value
The value of the class or field value

impl

public abstract java.lang.Class<?> impl
Default:
java.lang.Void.class


Joe Walnes, http://xstream.codehaus.org/