Annotation Interface TableCellTypeService


@Documented @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
    Determines the serviced class.
  • Element Details

    • value

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