Package org.incendo.cloud.annotation.specifier
package org.incendo.cloud.annotation.specifier
Standard annotations used to specify options when creating commands or using parsers.
- See Also:
-
Annotation TypesClassDescriptionCommand completions, separated by "," or ", "Indicates that the argument should stop parsing when encountering what could potentially be a flag.Annotation used to make
string parsersgreedyAnnotation used to set the parsing mode of aboolean parserto liberal.Annotation used to set the parsing mode of astring parserto quoted.Used to specify min and max values of numericalparsers