org.seasar.extension.dxo.annotation
インタフェース AnnotationReaderFactory

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

public interface AnnotationReaderFactory

実行環境で利用可能なAnnotationReaderのインスタンスを作成するファクトリのインタフェースです。

作成者:
Satoshi Kimura, koichik

メソッドの概要
 AnnotationReader getAnnotationReader()
          実行環境で利用可能なAnnotationReaderのインスタンスを作成して返します。
 

メソッドの詳細

getAnnotationReader

public AnnotationReader getAnnotationReader()
実行環境で利用可能なAnnotationReaderのインスタンスを作成して返します。

戻り値:
実行環境で利用可能なAnnotationReaderのインスタンス


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