Module com.github.rvesse.airline
Annotation Type Required
-
@Retention(RUNTIME) @Target(FIELD) public @interface Required
An annotation that indicates that an option/arguments is requiredIf you have more complex requirement criteria then you may wish to use
RequiredOnlyIf
,RequireSome
,RequireOnlyOne
orRequiredUnlessEnvironment
instead.