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


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AfterRead

Marks a method to be called after an item is read from an ItemReader

Expected signature: void afterRead(T item)

Since:
2.0
Author:
Lucas Ward
See Also:
ItemReadListener



Copyright © 2013 SpringSource. All Rights Reserved.