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 Elements
    Modifier and Type
    Required Element
    Description
    Returns the actual class to represent CompositeData or TabularData.
  • Element Details