Annotation Interface Configuration.Help

Enclosing class:
Configuration

@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) public static @interface Configuration.Help
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      String value
      Returns:
      the help text for the annotated element.
    • arg

      boolean arg
      Returns:
      whether the option accepts an argument (will be rendered accordingly in help text).
      Default:
      true