Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

JoinPoint

A collection of 1 post
Advice parameters

12. Advice parameters 1

bm200.zip [http://whiteship.me/wp-content/uploads/1/bm200.zip] Around Advice를 제외한 Advice 메소드에 첫번개 매개변수로 JoinPoint 타입을 선언할 수 있습니다. Aroud Advice는 JoinPoint의 하위 타입인 ProceedingJoinPoint를 주어야 합니다. AspectJ API : http://www.eclipse.org/aspectj/doc/next/runtime-api/index.html 위 API를 참조 하시면 어떤 메소드들이 있는지 확인
Jan 17, 2007 — 3 min read
Whiteship © 2022
Powered by Ghost