Package com.thoughtworks.xstream.annotations

Class Summary
AnnotationProvider Deprecated. since 1.3
AnnotationReflectionConverter Deprecated. since 1.3, build into ReflectionConverter
Annotations Deprecated. since 1.3, use XStream.processAnnotations(Class[])
 

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 Deprecated. since 1.3, recursive behaviour is now always used and the annotation is therefore superfluous
XStreamConverter  
XStreamConverters  
XStreamImplicit An annotation for marking a field as an implicit collection.
XStreamImplicitCollection Deprecated. since 1.3, use @XStreamImplicit at field level
XStreamOmitField Declares a field to be omitted.
 



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