You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 SEdoesn't recognise the class as a managed bean.
If I remove the
@ConfigProperties
annotation the class is recognised to be managed.The text was updated successfully, but these errors were encountered: