Annotation Interface AfterChunk


@Retention(RUNTIME) @Target(METHOD) public @interface AfterChunk
Marks a method to be called after a chunk is executed.

Expected signature: void afterChunk(ChunkContext context)
Since:
2.0
Author:
Lucas Ward
See Also: