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 Types
    Class
    Description
    Command completions, separated by "," or ", "
    Indicates that the argument should stop parsing when encountering what could potentially be a flag.
    Annotation used to make string parsers greedy
    Annotation used to set the parsing mode of a boolean parser to liberal.
    Annotation used to set the parsing mode of a string parser to quoted.
    Used to specify min and max values of numerical parsers