@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OnEventComplete
This is the inverse of OnEvent behaviour. Any methods that are marked with
this interface will be called in the reverse class order the OnEvent methods
are invoked. Only invoked if the node is on the execution path.
- Author:
- Greg Higgins