org.seasar.framework.container.factory
インタフェース DestroyMethodDefBuilder
- 既知の実装クラスの一覧:
- S2DestroyMethodDefBuilder
public interface DestroyMethodDefBuilder
Tigerアノテーションを読み取りDestroyMethodDef
を作成するインターフェースです。
- 作成者:
- koichik
appendDestroyMethodDef
void appendDestroyMethodDef(AnnotationHandler annotationHandler,
ComponentDef componentDef)
- コンポーネントからTigerアノテーションを読み取り
DestroyMethodDef
を作成し、コンポーネント定義に追加します。
- パラメータ:
annotationHandler
- このメソッドを呼び出しているアノテーションハンドラcomponentDef
- コンポーネント定義
Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.