-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @MappedService(TableCellType.class) public @interface TableCellTypeService
Annotation to express that the annotated class is aTableCellType.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueDetermines the serviced class.
-