Annotation Interface BeforeBatch


@Target(METHOD) @Retention(RUNTIME) public @interface BeforeBatch
Annotate a method with this annotation in order to have it run before the specified batch().
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details