| Package | Description | 
|---|---|
| griffon.core.injection | Test support. | 
| org.codehaus.griffon.runtime.injection | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | Injector. getInstance(Class<T> type) | 
| <T> T | Injector. getInstance(Class<T> type,
           Annotation qualifier) | 
| <T> Collection<T> | Injector. getInstances(Class<T> type) | 
| <T> Collection<Qualified<T>> | Injector. getQualifiedInstances(Class<T> type) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> T | GuiceInjector. getInstance(Class<T> type) | 
| <T> T | GuiceInjector. getInstance(Class<T> type,
           Annotation qualifier) | 
| <T> Collection<T> | GuiceInjector. getInstances(Class<T> type) | 
| <T> Collection<Qualified<T>> | GuiceInjector. getQualifiedInstances(Class<T> type) |