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.

Since:
1.2.2
Author:
Lucio Benfante

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:
""


Copyright © 2004-2012 XStream. All Rights Reserved.