Questions tagged [assisted-inject]
61 questions
0
votes
1 answer
Guice Assisted Injection with custom Annotations
At the moment I use Assisted Injection with Named Parameters like this:
public interface Factory {
public MyObject create(@Assisted("string1") String string1, @Assisted("string2") String string2);
}
This works great. But I think it is a bit ugly to…

Dominik Obermaier
- 5,610
- 4
- 34
- 45