Package com.adobe.granite.jmx.annotation
Annotation Type OpenTypeInfo
-
@Target({METHOD,PARAMETER}) @Retention(RUNTIME) @Inherited @Documented public @interface OpenTypeInfo
Specify 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 Class<?>valueReturns the actual class to representCompositeDataorTabularData.
-
-
-
Element Detail
-
value
Class<?> value
Returns the actual class to representCompositeDataorTabularData.- Returns:
- the actual class to represent
-
-