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


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

Marks a method to be called before an item is passed to an ItemProcessor

Expected signature: void beforeProcess(T item)

Since:
2.0
Author:
Lucas Ward
See Also:
ItemProcessListener



Copyright © 2009 SpringSource. All Rights Reserved.