Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.3-incubating
-
None
Description
Our current @ConfigProperty implementation is based on complex and expensive ProcessInjectionTarget handling. It also uses the @Qualifier annotation, but in fact it isn't a Qualifier!
We can implement all the original requirements with simple producer methods.
There is also no need for all the Converter stuff as CDI allows a user to simply provide his own Qualifier and producer methods.