Module com.github.rvesse.airline
Annotation Type EndsWith
-
@Retention(RUNTIME) @Target(FIELD) public @interface EndsWith
Annotation that marks that an options value must end with a given string
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]
suffixes
Suffixes that the value must possess
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
ignoreCase
If true then case of the value is ignoredjava.lang.String
locale
The locale used for comparisons
-