Annotation Interface AfterProcess
Marks a method to be called after an item is passed to an
Expected signature: void afterProcess(T item, S result)
ItemProcessor
.
item
is the input item. result
is the processed item. result
can be null if the item
is filtered.Expected signature: void afterProcess(T item, S result)
- Since:
- 2.0
- Author:
- Lucas Ward, Jay Bryant
- See Also: