public class DestroyMethodDefBuilderImpl extends Object implements DestroyMethodDefBuilder
| コンストラクタと説明 |
|---|
DestroyMethodDefBuilderImpl() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
appendDestroyMethodDef(AnnotationHandler annotationHandler,
ComponentDef componentDef)
コンポーネントからTigerアノテーションを読み取り
DestroyMethodDefを作成し、コンポーネント定義に追加します。 |
protected DestroyMethodDefImpl |
newDestroyMethodDefImpl(Method method) |
public void appendDestroyMethodDef(AnnotationHandler annotationHandler, ComponentDef componentDef)
DestroyMethodDefBuilderDestroyMethodDefを作成し、コンポーネント定義に追加します。appendDestroyMethodDef インタフェース内 DestroyMethodDefBuilderannotationHandler - このメソッドを呼び出しているアノテーションハンドラcomponentDef - コンポーネント定義protected DestroyMethodDefImpl newDestroyMethodDefImpl(Method method)
Copyright © 2015 The DBFlute Project. All rights reserved.