@AspectJ의 Pointcut 살펴보기 1 @AspectJ의 Pointcut 살펴보기 2 이전 글에서 정리를 했지만 좀 더 간단하게 정리 하겠습니다. pointcut 종류에 따라 표현식이 조금씩 다르지만 크게 세분류로 나눌 수 있습니다. execution(method signature), call(method signature) target(type signature), this(type signature), agrs(type signature) @target(