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 or array.

Since:
1.2.2
Author:
Lucio Benfante, Jörg Schaible

Optional Element Summary
 String itemFieldName
          Element name of the implicit collection.
 String keyFieldName
          Field name of map entries that are used as key for the element in the implicit map.
 

itemFieldName

public abstract String itemFieldName
Element name of the implicit collection.

Default:
""

keyFieldName

public abstract String keyFieldName
Field name of map entries that are used as key for the element in the implicit map.

Since:
1.4
Default:
""


Copyright © 2004-2014 XStream. All Rights Reserved.