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
      java.lang.Class<?> value
      Returns the actual class to represent CompositeData or TabularData.
    • Element Detail

      • value

        java.lang.Class<?> value
        Returns the actual class to represent CompositeData or TabularData.
        Returns:
        the actual class to represent