Annotation Interface AfterWrite


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

Expected signature: void afterWrite(List<? extends S> items)
Since:
2.0
Author:
Lucas Ward
See Also: