@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface ListsProperties
@ListProperties
associated to the same collection. Applies to collections.
It allows to define a value different for @
in each view.ListProperties
Example:
@ListsProperties({ @ListProperties(forViews="DEFAULT", value= ... ), @ListProperties(forViews="Simple, VerySimple", value= ... ), @ListProperties(forViews="Complete", value= ... ) })Since 6.1 @ListProperties is repeatable, so you don't need to use @ListsProperties any more.
Modifier and Type | Required Element and Description |
---|---|
ListProperties[] |
value |
public abstract ListProperties[] value