Annotation Interface BeforeRead


@Retention(RUNTIME) @Target(METHOD) public @interface BeforeRead
Marks a method to be called before an item is read from an ItemReader

Expected signature: void beforeRead()
Since:
2.0
Author:
Lucas Ward
See Also: