-
I have a class and need to inject multiple objects of it based on a custom annotation, say @myjob. I can I achieve something like following ? Appreciate any help around this. Most AOP examples I see in docs is with method interceptor. Not like a field level as follows.
|
Beta Was this translation helpful? Give feedback.
Answered by
shingjo
Oct 13, 2022
Replies: 1 comment 7 replies
-
Something like 5.2 Introduction Advice? |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
subash89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like 5.2 Introduction Advice?