Module com.github.rvesse.airline
Annotation Type StartsWith
-
@Retention(RUNTIME) @Target(FIELD) public @interface StartsWithAnnotation that marks that an options value must start with a given string
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]prefixesPrefixes that the value must possess
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanignoreCaseIf true then case of the value is ignoredjava.lang.StringlocaleThe locale used for comparisons
-