Module com.github.rvesse.airline
Annotation Type Once
-
@Retention(RUNTIME) @Target(FIELD) public @interface OnceAn annotation that marks that an option may occur at most onceIf you want to specify the minimum and maximum occurrences of an option you can use the
MinOccurrencesandMaxOccurrencesannotations instead.