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 represent
CompositeData or
TabularData, which will be used to
generate the corresponding CompositeType
or TabularType.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<?> Returns the actual class to representCompositeDataorTabularData.
-
Element Details
-
value
Class<?> valueReturns the actual class to representCompositeDataorTabularData.- Returns:
- the actual class to represent
-