com.thoughtworks.xstream.annotations
Annotation Type XStreamContainedType


Deprecated. As of 1.3, recursive behaviour is now always used and the annotation is therefore superfluous

@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



Copyright © 2004-2014 XStream. All Rights Reserved.