public interface ComponentContext
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getInstance(Class<T> type) |
Object |
getInstance(String name) |
<T> T |
getInstance(String name,
Class<T> type) |
<T> List<T> |
getInstances(Class<T> type) |
void |
inject(Object target) |
Copyright © 2016. All rights reserved.