Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-users] collection on named components?

Is there a way to inject multiple @Named components with the same name
but different priority? I was hoping something like this would work, but
it tries to inject literal collection, not a collection of components
with this name.

    @Named("foo")
    List<Component> components;

I am not sure if this even makes sense :-)

--
Regards,
Igor


Back to the top