パッケージ | 説明 |
---|---|
com.sun.mirror.apt |
注釈プロセッサと注釈処理ツール間で情報をやり取りするために使用されるクラス。
|
com.sun.mirror.declaration |
プログラム要素の宣言をモデル化するために使用されるインタフェース。
|
com.sun.mirror.type |
型をモデル化するために使用されるインタフェース。
|
com.sun.mirror.util |
修飾子と型 | メソッドと説明 |
---|---|
Collection<Declaration> |
AnnotationProcessorEnvironment.getDeclarationsAnnotatedWith(AnnotationTypeDeclaration a)
非推奨。
指定された注釈型を使って注釈を付けられた宣言を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
AnnotationProcessor |
AnnotationProcessorFactory.getProcessorFor(Set<AnnotationTypeDeclaration> atds, AnnotationProcessorEnvironment env)
非推奨。
注釈型のセットをサポートする注釈プロセッサを返します。
|
修飾子と型 | メソッドと説明 |
---|---|
AnnotationTypeDeclaration |
AnnotationTypeElementDeclaration.getDeclaringType()
非推奨。
このメンバーまたはコンストラクタが内部で宣言された型宣言を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
Collection<AnnotationTypeDeclaration> |
PackageDeclaration.getAnnotationTypes()
非推奨。
このパッケージのトップレベルの注釈型の宣言を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
AnnotationTypeDeclaration |
AnnotationType.getDeclaration()
非推奨。
この型の宣言を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
DeclarationVisitor.visitAnnotationTypeDeclaration(AnnotationTypeDeclaration d)
非推奨。
注釈型宣言をビジットします。
|
void |
SimpleDeclarationVisitor.visitAnnotationTypeDeclaration(AnnotationTypeDeclaration d)
非推奨。
注釈型宣言をビジットします。
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.