Annotation for the method to use to prepare an instance for 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.StartBundleContext
.