@Incubating @Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented public @interface Incremental
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)
.