Annotation Type AnnotatedCommandExecutor.Argument
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) public static @interface AnnotatedCommandExecutor.Argument
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends CommandArgument>
type
-
-
-
Element Detail
-
type
java.lang.Class<? extends CommandArgument> type
-
-