Package com.thoughtworks.xstream.annotations

Class Summary
AnnotationProvider An utility class to provide annotions from different sources
AnnotationReflectionConverter ReflectionConverter which uses an AnnotationProvider to marshall and unmarshall fields based on the annotated converters.
Annotations Contains utility methods that enable to configure an XStream instance with class and field aliases, based on a class decorated with annotations defined in this package.
 

Annotation Types Summary
XStreamAlias Annotation used to define an XStream class or field value.
XStreamAsAttribute Defines that a field should be serialized as an attribute.
XStreamContainedType Annotation used to notify Annotations.configureAliases that it should recursively invoke itself for all parameterized types of this field.
XStreamConverter  
XStreamConverters  
XStreamImplicit An annotation for marking a field as an implicit collection.
XStreamImplicitCollection Deprecated. since upcoming, use @XStreamImplicit at field level
XStreamOmitField Declares a field as to be ommited.
 



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