Spring AOP에 관하여 마지막 포스팅 인 것 같습니다.. 길고 먼 길이었네요.. 우선 이전 포스팅 링크입니다 :) [Java/Spring-framework] - Spring Framework Documentation - Spring AOP / Example -2 불러오는 중입니다... 이번 포스팅에서는, Introduction 과 AOP의 예제들을 보도록 하겠습니다! AOP Mechanism - Introductions Introductions은 proxy객체에 메소드나 필드를 추가한 것이라고 위에서 설명 했듯이, 주어진 인터페이스를 대신 구현하고 제공합니다. @Aspect public class UsageTracking { @DeclareParents(value="com.xzy.myapp.serv..