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


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

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

Expected signature: void beforeRead()

Since:
2.0
Author:
Lucas Ward
See Also:
ItemReadListener



Copyright © 2013 SpringSource. All Rights Reserved.