Package de.presti.ree6.actions
Annotation Interface ActionInfo
Annotation used to store Information about Actions.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionGet the command of the Action.Get the description of the Action.Get the introduced version of the Action.Get the name of the Action.
-
Element Details
-
name
String nameGet the name of the Action.- Returns:
- The name of the Action.
-
command
String commandGet the command of the Action.- Returns:
- The command of the Action.
-
description
String descriptionGet the description of the Action.- Returns:
- The description of the Action.
-
introduced
String introducedGet the introduced version of the Action.- Returns:
- The introduced version of the Action.
-