This content has been marked as final.
Show 2 replies
-
1. Re: Qualifier has only FIELD and PARAMETER: need to write a producer method
mkouba Dec 12, 2016 3:52 AM (in response to ljnelson)Hi Laird,
I would create an annotation literal for Fred (see also 5.6.3. Using AnnotationLiteral and TypeLiteral) and then try either to observe/configure AnnotatedType for the class declaring the producer (ProcessAnnotatedType) or observe/configure bean attributes of the relevant producer (ProcessBeanAttributes).
-
2. Re: Qualifier has only FIELD and PARAMETER: need to write a producer method
ljnelson Dec 12, 2016 6:38 PM (in response to mkouba)Ah! The second solution sounds like the right path to take. Thank you as always for your time.