@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
-
Element Details
-
value
Class<?> valueDetermines the serviced class.- Returns:
- the cell's class
-