Annotation Interface OnWriteError
Marks a method to be called if an exception is thrown by an
Expected signature: void onWriteError(
ItemWriter Expected signature: void onWriteError(
Exception exception,
List<? extends S> items)- Since:
- 2.0
- Author:
- Lucas Ward
- See Also: