| Package | Description |
|---|---|
| org.eclipse.sisu.plexus |
Sisu-Plexus backend implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<T> java.lang.Iterable<PlexusBean<T>> |
DefaultPlexusBeanLocator.locate(com.google.inject.TypeLiteral<T> role,
java.lang.String... hints) |
<T> java.lang.Iterable<PlexusBean<T>> |
PlexusBeanLocator.locate(com.google.inject.TypeLiteral<T> role,
java.lang.String... hints)
Locates beans of the given type, optionally filtered using the given named hints.
|