Annotation Type BeforeChunk


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface BeforeChunk
    Marks a method to be called before a chunk is executed.

    Expected signature: void beforeChunk(ChunkContext context)
    Since:
    2.0
    Author:
    Lucas Ward
    See Also:
    ChunkListener.beforeChunk(ChunkContext context)