users@hk2.java.net

_at_InjectArray

From: buko <buko_at_chiubarobot.com>
Date: Tue, 3 Jun 2014 22:39:44 -0400

Being able to @Inject an IterableProvider is pretty nifty but I'd much
prefer to simply inject arrays into the domain. So as opposed to:

@Inject
IterableProvider<Book> books;

we could simply do:

@InjectArray
Book[] books;


This is easy enough to do with a custom InjectionResolver but I find myself
wishing for it so often, over and over, might it make sense in the core? Or
as one of the blessed extensions? (Are there blessed extensions?)