This content has been marked as final.
Show 1 reply
-
1. Re: Must a qualifier be meta-annotated with javax.inject.Qualifier?
mkouba Feb 5, 2018 3:35 AM (in response to ljnelson)Hi Laird,
I think that
BeanAttributes#getQualifiers()
also returns the annotations enhanced byjavax.enterprise.inject.spi.BeforeBeanDiscovery.addQualifier(Class<? extends Annotation>)
. In other words, "A qualifier type may be declared..." does not forbid other ways of declaration.