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)
DestroyMethodinvoke in interface DestroyMethodcomponent - メソッドが実行されるコンポーネントpublic void validate(ContainerBuilder<?> containerBuilder, ComponentDefinition<?> self)
DestroyMethodvalidate in interface DestroyMethodcontainerBuilder - DIコンテナのビルダーself - 自身を含んでいるコンポーネント定義