I am looking to get all Beans with a Qualifier. My current approach is to get all registered Beans and look for the Qualifier annotation. But since the Beans are proxy objects this is not possible.
I am using Weld SE 2.2
I am looking to get all Beans with a Qualifier. My current approach is to get all registered Beans and look for the Qualifier annotation. But since the Beans are proxy objects this is not possible.
I am using Weld SE 2.2