@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface DoFn.Setup
Annotation for the method to use to prepare an instance for processing bundles of elements. The
method annotated with this must satisfy the following constraints