Annotation Type TableItem


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface TableItem
    Annotation that details a field/method that can be used to populate a TableRow Object
    Version:
    1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String header
      Specifies the header of the column for the field/method this Annotation is detailing
    • Element Detail

      • header

        java.lang.String header
        Specifies the header of the column for the field/method this Annotation is detailing
        Returns:
        Header name
        Default:
        ""