]
Antoine Sabot-Durand updated CDI-642:
-------------------------------------
Fix Version/s: 2.0 .Final
Allow defining interceptor binding or qualifier via an
AnnotatedTypeConfigurator in BeforeBeandiscovery
--------------------------------------------------------------------------------------------------------
Key: CDI-642
URL:
https://issues.jboss.org/browse/CDI-642
Project: CDI Specification Issues
Issue Type: Feature Request
Affects Versions: 2.0-EDR2
Reporter: Antoine Sabot-Durand
Fix For: 2.0 .Final
We should consider adding a new version of
{{BeforeBeanDiscovery.addInterceptorBinding()}} and {{BeforeBeanDiscovery.addQualifier()}}
methods returning an {{AnnotatedTypeConfigurator}} to ease addition of of 3rd party
annotation as interceptor binding or qualifier.