@Retention(value=RUNTIME) @Target(value=FIELD) @Documented public @interface Partial
restriction() field) does
not apply to all values passed to an Option or Arguments
annotated field but rather applies only to certain values| Modifier and Type | Required Element and Description |
|---|---|
int[] |
appliesTo
Specifies the indices (zero-based) to which the restriction should
actually apply
|
Class<? extends Annotation> |
restriction
Specifies the restriction type whose application should be partial
|
public abstract int[] appliesTo
public abstract Class<? extends Annotation> restriction
Copyright © 2012–2022. All rights reserved.