public interface Injector
| Modifier and Type | Method and Description |
|---|---|
void |
inject(Object aComponent)
Injects beans into a given component of the required class.
|
void inject(Object aComponent)
aComponent - Component to inject into.IllegalArgumentException - In case the argument passed is not supported for injectionNullPointerException - In case the argument passed is null.Copyright © 2025. All rights reserved.