Annotation Interface AfterProcess


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

Expected signature: void afterProcess(T item, S result)
Since:
2.0
Author:
Lucas Ward
See Also: