Annotation Type DeclaredCommand
-
@Repeatable(DeclaredCommands.class) @Retention(RUNTIME) @Target(TYPE) public @interface DeclaredCommand
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description DeclaredBindingParam[]params
-
-
-
-
params
DeclaredBindingParam[] params
- Default:
- {}
-
-