Annotation Type SimpleLists


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

    Applies to collections.

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

      @SimpleLists({
        @SimpleList(forViews="DEFAULT"),
        @SimpleList(forViews="Simple, VerySimple"),
        @SimpleList(forViews="Complete")
      })
     
    Version:
    7.4
    Author:
    Javier Paniza
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      SimpleList[] value