Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
google-guice
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
Injecting collection of classes with Guice
31 views
Skip to first unread message
Shreyas
unread,
May 16, 2023, 11:25:51 AM
5/16/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-guice
I have a provider that provides a set of instances of an enum:
```
public class ClassA implements Provider<Set<BaseClassA>> {
// perform some computation
return new HashSet<BaseClassA>();
}
```
How do I bind this in my module?
Reply all
Reply to author
Forward
0 new messages