@Retention(value=RUNTIME)
@Target(value=FIELD)
@Deprecated
public @interface XStreamContainedType
Annotation used to notify Annotations.configureAliases that it should recursively invoke itself for
all parameterized types of this field.
- Author:
- Emil Kirschner, Chung-Onn Cheong