public interface ComponentInjector
| Modifier and Type | Method and Description |
|---|---|
void |
completeInject(DiContainer container,
ComponentDefinition def,
java.lang.Object component)
コンポーネントのインジェクション処理を行う。
|
void completeInject(DiContainer container, ComponentDefinition def, java.lang.Object component)
container - コンテナdef - インジェクションするコンポーネントの定義component - インジェクションするコンポーネント