public interface DestroyMethod
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(java.lang.Object component)
メソッドを実行する。
|
void |
validate(ContainerBuilder<?> containerBuilder,
ComponentDefinition<?> self)
バリデーションを行う。
|
void invoke(java.lang.Object component)
component - メソッドが実行されるコンポーネントvoid validate(ContainerBuilder<?> containerBuilder, ComponentDefinition<?> self)
containerBuilder - DIコンテナのビルダーself - 自身を含んでいるコンポーネント定義