注释类型 AfterProcess


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

    Expected signature: void afterProcess(T item, S result)
    从以下版本开始:
    2.0
    作者:
    Lucas Ward
    另请参阅:
    ItemProcessListener