@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public static @interface DoFnWithContext.ProcessElement
DoFnWithContext must have a method with this annotation satisfying
the following constraints in order for it to be executable:
DoFnWithContext.ProcessContext.
BoundedWindow, or
WindowingInternals<InputT, OutputT>.