Home > Guides > Core Developers Guide > Annotations > After Annotation

After Annotation

Marks a action method that needs to be called after the main action method and the result was executed. Return value is ignored.

Usage

The After annotation can be applied at method level.

Parameters

Parameter Required Default Notes
priorityno10Priority order of method execution

Examples