Annotation Interface Distributive


@Documented @Retention(RUNTIME) public @interface Distributive
Annotation type for CurationTasks. A task is distributive if it distributes its performance to the component parts of it's target object. This usually implies container iteration.
Author:
richardrodgers