Annotation Type Charts


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

    Applies to collections.

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

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

      Required Elements 
      Modifier and Type Required Element Description
      Chart[] value  
    • Element Detail