Annotation Interface OnReadError


@Retention(RUNTIME) @Target(METHOD) public @interface OnReadError
Marks a method to be called if an exception is thrown by an ItemReader.

Expected signature: void onReadError(Exception ex)
Since:
2.0
Author:
Lucas Ward
See Also: