Package com.adobe.granite.jmx.annotation
Annotation Type TabularTypeInfo
-
@Target(TYPE) @Retention(RUNTIME) @Inherited @Documented public @interface TabularTypeInfoProvides information needed to generateTabularType. The class that is representingTabularDatamust be annotated by this annotation.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]indexNamesSeeTabularType.getIndexNames().java.lang.Class<?>rowTypeSeeTabularType.getRowType().
-