Package zombie.commands
Annotation Type CommandHelp
@Target(TYPE)
@Retention(RUNTIME)
public @interface CommandHelp
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
helpText
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
shouldTranslated
-
Element Details
-
helpText
java.lang.String helpText
-
-
-
shouldTranslated
boolean shouldTranslated- Default:
- true
-