Annotation Interface SimpleLists
A group of
@SimpleList associated to the same member. Applies to collections.
It allows to define a different value for @ in each view.SimpleList
Example:
@SimpleLists({
@SimpleList(forViews="DEFAULT"),
@SimpleList(forViews="Simple, VerySimple"),
@SimpleList(forViews="Complete")
})
- Version:
- 7.4
- Author:
- Javier Paniza
-
Required Element Summary
Required Elements
-
Element Details
-
value
SimpleList[] value
-