@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AfterEvent
Marks a method to be called a class when all event processing has completed.
This method will be called after all dependents have finished processing any
AfterEvent methods, meaning it is safe to reset any state in this node
ready for the next event if required.
- Author:
- Greg Higgins