|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) public @interface XStreamImplicit
An annotation for marking a field as an implicit collection or array.
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. |
public abstract String itemFieldName
public abstract String keyFieldName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |