1: 2: 3: 4: 5: 6:
@Around("@annotation(de.cware.cweb.ModuleAction)") public Object performSecurityCheck(ProceedingJoinPoint pjp) throws Throwable { ... Aspect code ... }