Home > Guides > Core Developers Guide > Annotations > BeforeResult Annotation |
Marks a action method that needs to be executed before the result. Return value is ignored.
The BeforeResult annotation can be applied at method level.
Parameter | Required | Default | Notes |
---|---|---|---|
priority | no | 10 | Priority order of method execution |