Module com.github.rvesse.airline
Annotation Type MaxOccurrences
-
@Retention(RUNTIME) @Target(FIELD) public @interface MaxOccurrencesAnnotation that marks an option as being restricted to occurring some maximum number of times (inclusive)If you want to specify that the option may only occur at most once then you can use the simpler
Onceannotation instead.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intoccurrencesThe maximum number of occurrences for this option
-