public class GlobalInjector<T> extends java.lang.Object implements StaticInjector<T>
| Constructor and Description |
|---|
GlobalInjector() |
| Modifier and Type | Method and Description |
|---|---|
T |
get() |
void |
set(T injectedObject) |
public T get()
get in interface StaticInjector<T>public void set(T injectedObject)
set in interface StaticInjector<T>Copyright © 2013–2019 GroupBy Inc.. All rights reserved.