XStream.processAnnotations(Class[])@Deprecated
public class Annotations
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
Annotations()
Deprecated.
This class is not instantiable
|
| 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 configured