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 via InputChanges.getFileChanges(org.gradle.api.file.FileCollection) or InputChanges.getFileChanges(org.gradle.api.provider.Provider).

Since:
5.4