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


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

Marks a method to be called before a chunk is executed.

Expected signature: void beforeChunk()

Since:
2.0
Author:
Lucas Ward
See Also:
ChunkListener



Copyright © 2009 SpringSource. All Rights Reserved.