Module com.github.rvesse.airline
Annotation Type Partial
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface PartialAnnotation which is used as a modifier to indicate that a restriction annotation (whose type is denoted by therestriction()field) does not apply to all values passed to anOptionorArgumentsannotated field but rather applies only to certain values
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int[]appliesToSpecifies the indices (zero-based) to which the restriction should actually applyjava.lang.Class<? extends java.lang.annotation.Annotation>restrictionSpecifies the restriction type whose application should be partial
-