Hi everyone,
I created a custom annotation that I would like when a method annotated with it is called, it automatically calls a service also created by me.
My Servlet
@MyValidatorpublic void doPost(@Nonnull SlingHttpServletRequest request, @Nonnull SlingHttpServletResponse response) throws Servl...