com.thoughtworks.xstream.annotations
Annotation Type XStreamImplicit


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

An annotation for marking a field as an implicit collection.

Author:
Lucio Benfante since 1.2.2

Optional Element Summary
 java.lang.String itemFieldName
          Element name of the implicit collection
 

itemFieldName

public abstract java.lang.String itemFieldName
Element name of the implicit collection

Default:
""


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