Package org.incendo.cloud.annotations
Annotation Type Command
Method that indicates that a method is a command method.
This method is repeatable, and each instance will result in a unique command.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns the required sender type. -
Field Summary
Fields
-
Field Details
-
ANNOTATION_PATH
- See Also:
-
-
Element Details
-
value
Returns the command syntax string.- Returns:
- the command syntax string
-
requiredSender
Returns the required sender type.If the type is set to
Objectno specific sender type will be enforced.- Returns:
- the required sender type
- Default:
java.lang.Object.class
-