Package com.thoughtworks.xstream.annotations
-
Class Summary Class Description AnnotationProvider Deprecated. As of 1.3AnnotationReflectionConverter Deprecated. As of 1.3, build intoReflectionConverter
Annotations Deprecated. As of 1.3, useXStream.processAnnotations(Class[])
-
Annotation Types Summary Annotation Type Description XStreamAlias Annotation used to define an XStream class or field alias.XStreamAliasType Annotation used to define an XStream type alias.XStreamAsAttribute Defines that a field should be serialized as an attribute.XStreamContainedType Deprecated. As of 1.3, recursive behaviour is now always used and the annotation is therefore superfluousXStreamConverter Annotation to declare a converter.XStreamConverters XStreamImplicit An annotation for marking a field as an implicit collection or array.XStreamImplicitCollection Deprecated. As of 1.3, use @XStreamImplicit at field levelXStreamInclude Annotation to force automated processing of further classes.XStreamOmitField Declares a field to be omitted.