@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface XStreamImplicit
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
itemFieldName
Element name of the implicit collection.
|
java.lang.String |
keyFieldName
Field name of map entries that are used as key for the element in the implicit map.
|
Copyright © 2004–2024 XStream. All rights reserved.