<https://stackoverflow.com/posts/55191415/timeline>

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?

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-guice+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-guice/cdb31842-e63a-40a3-9cf9-97f14d7a549en%40googlegroups.com.

Reply via email to