Annotation Type Parameter


@Retention(RUNTIME) @Target(PARAMETER) public @interface Parameter
Function import parameter information.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
     
    boolean
     
    int
     
    int
     
  • Element Details

    • nullable

      boolean nullable
      Default:
      true
    • maxLenght

      int maxLenght
      Default:
      2147483647
    • precision

      int precision
      Default:
      0
    • scale

      int scale
      Default:
      0