XStream.processAnnotations(Class[])
@Deprecated public class Annotations extends Object
Modifier and Type | Method and Description |
---|---|
static void |
configureAliases(XStream xstream,
Class<?>... topLevelClasses)
Deprecated.
As of 1.3, use
XStream.processAnnotations(Class[]) |
@Deprecated public static void configureAliases(XStream xstream, Class<?>... topLevelClasses)
XStream.processAnnotations(Class[])
topLevelClasses
- the class for which the XStream object is configured. This class
is expected to be decorated with annotations defined in this package.xstream
- the XStream object that will be configuredCopyright © 2004–2017 XStream. All rights reserved.