Annotation Interface AfterWrite
Marks a method to be called after an item is passed to an
Expected signature: void afterWrite(
ItemWriter Expected signature: void afterWrite(
List<? extends S> items)- Since:
- 2.0
- Author:
- Lucas Ward
- See Also: