java.lang.annotation.Annotation
@Retention(value = RUNTIME)@Target(value = {}) public @interface P
Parameter of a Tool
abstract String
value()
abstract boolean
required()
annotationType, equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract String value()
Description of a parameter
the description of a parameter
abstract boolean required()
Whether the parameter is required
true if the parameter is required, false otherwise Default is true.