Annotation Interface TableFacetsSource


@Target({METHOD,FIELD}) @Retention(RUNTIME) @Documented @Inherited public @interface TableFacetsSource
Marks a method or a filed as instant/provider of TableFacet.

For annotated field, its type should be:

For annotated method, its return type of method should be:

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Defines the name of table facet.
  • Element Details

    • value

      String value
      Defines the name of table facet. Without this attribute, the name of method/field is used as the name.
      Returns:
      The name of table facet
      See Also:
      Default:
      ""