XCollection
@Deprecated
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface AbstractCollection
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
elementTag
Deprecated.
|
java.lang.Class[] |
elementTypes
Deprecated.
|
java.lang.String |
elementValueAttribute
Deprecated.
|
boolean |
sortOrderedSet
Deprecated.
Due to historical reasons even LinkedHashSet will be sorted according to the natural ordering of its elements.
|
boolean |
surroundWithTag
Deprecated.
|
public abstract boolean surroundWithTag
public abstract boolean sortOrderedSet