| Package | Description |
|---|---|
| org.glassfish.hk2.api |
| Modifier and Type | Method and Description |
|---|---|
IterableProvider<T> |
IterableProvider.named(java.lang.String name)
Returns an IterableProvider that is further qualified
with the given name
|
<U> IterableProvider<U> |
IterableProvider.ofType(java.lang.reflect.Type type)
Returns an IterableProvider that is of the given type.
|
IterableProvider<T> |
IterableProvider.qualifiedWith(java.lang.annotation.Annotation... qualifiers)
A set of qualifiers to further restrict this iterator to.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.