パッケージ org.seasar.framework.container.annotation.tiger

diconファイルの設定に相当するアノテーション及び列挙型を提供します。

参照先:
          説明

列挙型の概要
AccessType アクセス方法の列挙型です。
AutoBindingType 自動バインディングの列挙型です。
BindingType バインディングタイプの列挙型です。
InstanceType インスタンス定義を示します。
PropertyType プロパティタイプの列挙型です。
 

注釈タイプの概要
Aspect クラスまたはメソッドにインターセプタを適用することを示します。
Binding バインディング(Dependency Injection)の詳細を示します。
Component S2コンテナで管理されるコンポーネントであることを示します。
DestroyMethod DestroyMethodDefであることを示します。
InitMethod InitMethodDefであることを示します。
InterType クラスにインタータイプを適用することを示します。
Property PropertyInterTypeを適用してsetter/getterメソッドを生成することを示します。
 

パッケージ org.seasar.framework.container.annotation.tiger の説明

diconファイルの設定に相当するアノテーション及び列挙型を提供します。

以下にdiconファイルの要素とアノテーションの対応を示します。

要素 アノテーション
<component> Component
<property> Binding
<initMethod> InitMethod
<destroyMethod> DestroyMethod
<aspect> Aspect
<interType> InterType



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