public interface Injector
| 限定符和类型 | 方法和说明 |
|---|---|
<T> T |
getInstance(Class<T> clazz)
Returns the appropriate instance for the given injection type
|
<T> T |
getInstance(Class<T> clazz,
String name)
Returns the appropriate instance for the given injection type and name
|
Copyright © 2019 Ctrip, Inc.. All rights reserved.