Deprecated.
This Annotation has been replaced by the
OnShutdown
annotation.
@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
@Deprecated
public @interface OnShutdown
Marker annotation a processor implementation can use to indicate a method
should be called whenever the flow is being shutdown. This will be called at
most once for each processor instance in a process lifetime.