Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.0
-
None
Description
If you want to inject e.g following message bundle:
@Named @MessageBundle public interface AppMessages {
then you would need to specify @Named qualifier on your injection point as well. I believe this is not intended behavior.