Annotation Type TableCellTypeService


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    @MappedService(TableCellType.class)
    public @interface TableCellTypeService
    Annotation to express that the annotated class is a TableCellType.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value
      Determines the serviced class.
    • Element Detail

      • value

        java.lang.Class<?> value
        Determines the serviced class.
        Returns:
        the cell's class