Annotation Type BeforeWrite


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface BeforeWrite
    Marks a method to be called before an item is passed to an ItemWriter

    Expected signature: void beforeWrite(List<? extends S> items)
    Since:
    2.0
    Author:
    Lucas Ward
    See Also:
    ItemWriteListener