Annotation Type ParamDef


  • @Target({})
    @Retention(RUNTIME)
    public @interface ParamDef
    A parameter definition.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      The name of the parameter definition.
      java.lang.String type
      The type being defined, Typically this is the fully-qualified name of the Type, UserType or CompositeUserType implementation class.
    • Element Detail

      • name

        java.lang.String name
        The name of the parameter definition.
      • type

        java.lang.String type
        The type being defined, Typically this is the fully-qualified name of the Type, UserType or CompositeUserType implementation class.