Package org.gradle.work
Annotation Type Incremental
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented public @interface Incremental
Track input changes for the annotated parameter.Inputs annotated with
Incremental
can be queried for changes viaInputChanges.getFileChanges(org.gradle.api.file.FileCollection)
orInputChanges.getFileChanges(org.gradle.api.provider.Provider)
.- Since:
- 5.4