Annotation Interface P


@Retention(RUNTIME) @Target(PARAMETER) public @interface P
Parameter of a Tool
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    Description of a parameter
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    boolean
    Whether the parameter is required
  • 元素详细资料

    • value

      String value
      Description of a parameter
      返回:
      the description of a parameter
    • required

      boolean required
      Whether the parameter is required
      返回:
      true if the parameter is required, false otherwise Default is true.
      默认值:
      true