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


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

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

Expected signature: void afterChunk()

Since:
2.0
Author:
Lucas Ward
See Also:
ChunkListener



Copyright © 2009 SpringSource. All Rights Reserved.