org.springframework.batch.core.annotation
Annotation Type AfterProcess


@Retention(value=RUNTIME)
@Target(value=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)

Since:
2.0
Author:
Lucas Ward
See Also:
ItemProcessListener



Copyright © 2013 SpringSource. All Rights Reserved.