Incremental
@Retention(value = RetentionPolicy.RUNTIME )
@Target(value = [ElementType.METHOD, ElementType.FIELD ] )
@Documented
Track input changes for the annotated parameter.
Inputs annotated with Incremental can be queried for changes via getFileChanges or getFileChanges.
Since
5.4