XStream.processAnnotations(Class[])
@Deprecated
public class Annotations
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
configureAliases(XStream xstream,
java.lang.Class<?>... topLevelClasses)
Deprecated.
As of 1.3, use
XStream.processAnnotations(Class[]) |
@Deprecated public static void configureAliases(XStream xstream, java.lang.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–2024 XStream. All rights reserved.