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