Annotation Interface ListsProperties


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface ListsProperties
A group of @ListProperties associated to the same collection.

Applies to collections.

It allows to define a value different for @ListProperties in each view.
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.
Author:
Javier Paniza
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description