@Documented @Retention(RUNTIME) @Target({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.
If a Task
declares a file property without this annotation, the default is PathSensitivity.ABSOLUTE
.
Modifier and Type | Required Element | Description |
---|---|---|
PathSensitivity |
value |
PathSensitivity value