Package com.adobe.granite.jmx.annotation
Annotation Type OpenTypeInfo
-
@Target({METHOD,PARAMETER}) @Retention(RUNTIME) @Inherited @Documented public @interface OpenTypeInfoSpecify what actual class is used to representCompositeDataorTabularData, which will be used to generate the correspondingCompositeTypeorTabularType.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueReturns the actual class to representCompositeDataorTabularData.
-