@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnSkipInRead
Marks a method to be called when an item is skipped due to an exception
thrown in the ItemReader
Expected signature: void onSkipInRead(Throwable t)
- Since:
- 2.0
- See Also:
SkipListener