I read from here
https://cwiki.apache.org/WW/annotations.html
that Annotation are deprecated and changed by Conventions plugin.
I noted that documentation that Convention plugin still use @Actions or @Interceptor anottations but they use validation interceptor instead to use @Validations.
So, should I forget to use @Validation and use validation interceptor?