public interface PlexusBeanLocator
Modifier and Type | Method and Description |
---|---|
<T> java.lang.Iterable<PlexusBean<T>> |
locate(com.google.inject.TypeLiteral<T> role,
java.lang.String... hints)
Locates beans of the given type, optionally filtered using the given named hints.
|
<T> java.lang.Iterable<PlexusBean<T>> locate(com.google.inject.TypeLiteral<T> role, java.lang.String... hints)
role
- The expected bean typehints
- The optional (canonical) hints