Annotation Type Option
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented public @interface Option
Describes an optional argument to a command.- Author:
- cdivilly
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description TranslatableText
description
Description of the optional argument's purposejava.lang.String
name
The name of the option
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
hasArgument
Indicates if the option takes a valuejava.lang.Class<?>
type
The type of the option value
-
-
-
-
description
TranslatableText description
Description of the optional argument's purpose- Returns:
- option description
-
-