JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
io.github.projectunified.craftcommand.annotation
Annotation Interface Greedy
@Target
(
PARAMETER
)
@Retention
(
CLASS
)
public @interface
Greedy
Annotation indicating that a parameter consumes all remaining command arguments. Apply this to the last parameter of a command method.