Annotation Interface BeforeProcess


@Retention(RUNTIME) @Target(METHOD) public @interface BeforeProcess
Marks a method to be called before an item is passed to an ItemProcessor

Expected signature: void beforeProcess(T item)
Since:
2.0
Author:
Lucas Ward
See Also: