Annotation Interface P


@Retention(RUNTIME) @Target(PARAMETER) public @interface P
Parameter of a Tool
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Description of a parameter
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether the parameter is required
  • Element Details

    • value

      String value
      Description of a parameter
      Returns:
      the description of a parameter
    • required

      boolean required
      Whether the parameter is required
      Returns:
      true if the parameter is required, false otherwise Default is true.
      Default:
      true