Mirror API

インタフェース
com.sun.mirror.type.AnnotationType の使用

AnnotationType を使用しているパッケージ
com.sun.mirror.declaration プログラム要素の宣言をモデル化するために使用されるインタフェース。 
com.sun.mirror.util 宣言の処理を支援するユーティリティです。 
 

com.sun.mirror.declaration での AnnotationType の使用
 

AnnotationType を返す com.sun.mirror.declaration のメソッド
 AnnotationType AnnotationMirror.getAnnotationType()
          この注釈の注釈型を返します。
 

com.sun.mirror.util での AnnotationType の使用
 

AnnotationType 型のパラメータを持つ com.sun.mirror.util のメソッド
 void TypeVisitor.visitAnnotationType(AnnotationType t)
          注釈型をビジットします。
 void SimpleTypeVisitor.visitAnnotationType(AnnotationType t)
          注釈型宣言をビジットします。
 


Mirror API

バグや機能要求の報告
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.