Module com.github.rvesse.airline
Annotation Type MinOccurrences
-
@Retention(RUNTIME) @Target(FIELD) public @interface MinOccurrencesAnnotation that marks an option as being required to occur some minimum number of times (inclusive)If you simply wish to indicate that an option must occur use
Requiredinstead.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intoccurrencesThe minimum number of occurrences for this option
-