com.thoughtworks.xstream.annotations
Annotation Type XStreamContainedType


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface XStreamContainedType

Annotation used to specify the value of objects contained by a collection. This annotation can only be applied to class attributes, but is only effective on collections and collection specializations.

Author:
Emil Kirschner, Chung-Onn Cheong



Joe Walnes, http://xstream.codehaus.org/