Description
I have a class decorated with @ConfigProperties; this is a no-args constructor class.
Thinking I could reuse the class for some @Produces methods, I found that Weld SE
doesn't recognise the class as a managed bean.
If I remove the @ConfigProperties annotation the class is recognised to be managed.
Description
I have a class decorated with
@ConfigProperties; this is a no-args constructor class.Thinking I could reuse the class for some
@Producesmethods, I found that Weld SEdoesn't recognise the class as a managed bean.
If I remove the
@ConfigPropertiesannotation the class is recognised to be managed.