Annotation Type XStreamImplicit
-
@Retention(RUNTIME) @Target(FIELD) public @interface XStreamImplicitAn annotation for marking a field as an implicit collection or array.- Since:
- 1.2.2
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringitemFieldNameElement name of the implicit collection.java.lang.StringkeyFieldNameField name of map entries that are used as key for the element in the implicit map.
-