SyntaxFix
Write A Post
Hire A Developer
Questions
Use
@Before("execution(* (@YourAnnotationAtClassLevel *).*(..))") public void beforeYourAnnotation(JoinPoint proceedingJoinPoint) throws Throwable { }