Annotation for the method to use to finish processing a batch of elements.
The method annotated with this must satisfy the following constraints:
- It must have exactly zero or one arguments.
- If it has any arguments, its only argument must be a
DoFn.FinishBundleContext
.