@Retention(value=RUNTIME)
@Target(value=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:
ChunkListener.afterChunk(ChunkContext context)