Annotation Interface DescriptionsLists


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface DescriptionsLists
A group of @DescriptionsList associated to the same member.

Applies to references.

It allows to define a value different for @DescriptionsList in each view.
Example:

  @DescriptionsLists({
    @DescriptionsList(forViews="DEFAULT", ... ),
    @DescriptionsList(forViews="Simple, VerySimple", ... ),
    @DescriptionsList(forViews="Complete", ... )
  })
 
Since 6.1 @DescriptionsLists is repeatable, so you don't need to use @DescriptionsList any more.
Author:
Javier Paniza
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description