-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]:useFactory 를 통한 LazyDecorator 공급자 등록 기능 #20
Comments
제보 감사드립니다 |
WhiteKiwi
added a commit
that referenced
this issue
Jun 19, 2023
WhiteKiwi
added a commit
that referenced
this issue
Jun 19, 2023
|
빠른 수정 감사합니다! 😄 |
헙 이럴수가 npm publish가 안되었네요 지금 해두겠슴다 확인 감사합니다 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
위와 같이 LazyDecorator 를 모듈 공급자로 등록하고, 등록할 LazyDecorator 는 아래와 같이 @aspect 를 구성했습니다.
하지만 해당 라이브러리의 lookupLazyDecorators 메서드에서
의 결과가 undefined 라서 AOP 대상으로 찾아지지 않아 AOP 를 적용 할 수 없습니다. useFactory 로 인해 Aspect 메타데이터가 사라져서 그런것으로 이해됩니다. 혹시 제가 잘못 이해해 사용한 부분이 있다거나, 그렇지 않다면 향후 지원해주실 계획이 있는지 궁금합니다!
Describe the solution you'd like
팩토리 메서드를 타깃으로 직접 메타데이터를 설정하는 방법
Additional context
The text was updated successfully, but these errors were encountered: