注释类型 AfterWrite


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

    Expected signature: void afterWrite(List<? extends S> items)
    从以下版本开始:
    2.0
    作者:
    Lucas Ward
    另请参阅:
    ItemWriteListener