public final class Injector extends Object
| Modifier and Type | Method and Description |
|---|---|
<T> T |
inject(T object)
Scans the object and inject the supported values into the fields having @Inject annotation present.
|
public <T> T inject(T object)
object - Object which will be scanned for @Inject annotation presence.Copyright © 2008-2014. All Rights Reserved.