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
Date: 2014-10-24 07:50:33 -0400
From: Stuart McCulloch <mcculls@gmail.com>
When it sees @Named on an enum type, Sisu should iterate over the values and bind each one as if it was annotated with @Named(value-name). This would be useful for situations where an enum provides common implementations of an interface, and you want to support injection of the interface but also allow alternative implementations.
The text was updated successfully, but these errors were encountered:
This issue was created automatically with bugzilla2github
Bugzilla Bug 448641
Date: 2014-10-24 07:50:33 -0400
From: Stuart McCulloch <mcculls@gmail.com>
To: Stuart McCulloch <mcculls@gmail.com>
Last updated: 2015-05-25 14:44:36 -0400
Comment 2471031
Date: 2014-10-24 07:50:33 -0400
From: Stuart McCulloch <mcculls@gmail.com>
When it sees
@Named
on an enum type, Sisu should iterate over the values and bind each one as if it was annotated with@Named(value-name)
. This would be useful for situations where an enum provides common implementations of an interface, and you want to support injection of the interface but also allow alternative implementations.The text was updated successfully, but these errors were encountered: