org.seasar.framework.container.factory
インタフェース DestroyMethodDefBuilder

既知の実装クラスの一覧:
S2DestroyMethodDefBuilder

public interface DestroyMethodDefBuilder

Tigerアノテーションを読み取りDestroyMethodDefを作成するインターフェースです。

作成者:
koichik

メソッドの概要
 void appendDestroyMethodDef(AnnotationHandler annotationHandler, ComponentDef componentDef)
          コンポーネントからTigerアノテーションを読み取りDestroyMethodDefを作成し、コンポーネント定義に追加します。
 

メソッドの詳細

appendDestroyMethodDef

void appendDestroyMethodDef(AnnotationHandler annotationHandler,
                            ComponentDef componentDef)
コンポーネントからTigerアノテーションを読み取りDestroyMethodDefを作成し、コンポーネント定義に追加します。

パラメータ:
annotationHandler - このメソッドを呼び出しているアノテーションハンドラ
componentDef - コンポーネント定義


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.