This code doesnt work
@Inject
@Named("bla")
List < String > blaList;
However it works when I change it
@Inject
@Named("bla")
List blaList;
bind(List.class).annotatedWith(Names.named("bla")).toInstance(BlaList);
Original issue reported on code.google.com by antoni.r...@gmail.com on 17 Jun 2010 at 11:15
Original issue reported on code.google.com by
antoni.r...@gmail.com
on 17 Jun 2010 at 11:15