Annotation Interface AfterRead


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

Expected signature: void afterRead(T item)
Since:
2.0
Author:
Lucas Ward
See Also: