Annotation Interface BeforeWrite


@Retention(RUNTIME) @Target(METHOD) public @interface BeforeWrite
Marks a method to be called before a chunk is passed to an ItemWriter.

Expected signature: void beforeWrite(Chunk<? extends S> items)
Since:
2.0
Author:
Lucas Ward, Mahmoud Ben Hassine
See Also: