@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@GradleType(value="org.gradle.api.tasks.PathSensitive")
public @interface PathSensitive
org.gradle.api.tasks.PathSensitive type.| Modifier and Type | Required Element and Description |
|---|---|
PathSensitivity |
value
A placeholder representation of Gradle's
org.gradle.api.tasks.PathSensitive#value method. |
public abstract PathSensitivity value
org.gradle.api.tasks.PathSensitive#value method.