@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface PathSensitive
This annotation should be attached to the getter method in Java or the property in Groovy. Annotations on setters or just the field in Java are ignored.
Modifier and Type | Required Element and Description |
---|---|
PathSensitivity |
value |
public abstract PathSensitivity value