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