Annotation Interface AfterBatch


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

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details