パッケージ | 説明 |
---|---|
javax.annotation.processing |
注釈プロセッサを宣言し、注釈プロセッサが注釈処理ツール環境と通信できるようにするための機能。
|
javax.lang.model |
Javaプログラミング言語をモデル化するために使用されるパッケージのクラスと階層です。
|
javax.lang.model.element |
Javaプログラミング言語の要素をモデル化するために使用されるインタフェースです。
|
javax.lang.model.util |
修飾子と型 | メソッドと説明 |
---|---|
Iterable<? extends Completion> |
AbstractProcessor.getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
コンプリートの空の反復可能オブジェクトを返します。
|
Iterable<? extends Completion> |
Processor.getCompletions(Element element, AnnotationMirror annotation, ExecutableElement member, String userText)
ある注釈に対する推奨のコンプリートから成る反復可能オブジェクトを、ツール・インフラストラクチャに返します。
|
void |
Messager.printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a)
注釈の付いた要素の注釈ミラーの位置における、指定された種類のメッセージを出力します。
|
void |
Messager.printMessage(Diagnostic.Kind kind, CharSequence msg, Element e, AnnotationMirror a, AnnotationValue v)
注釈の付いた要素の注釈ミラーに含まれる注釈値の位置における、指定された種類のメッセージを出力します。
|
修飾子と型 | メソッドと説明 |
---|---|
List<? extends AnnotationMirror> |
AnnotatedConstruct.getAnnotationMirrors()
このコンストラクトに直接存在する注釈を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
List<? extends AnnotationMirror> |
Element.getAnnotationMirrors()
このコンストラクトに直接存在する注釈を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
R |
AnnotationValueVisitor.visitAnnotation(AnnotationMirror a, P p)
注釈の注釈値をビジットします。
|
修飾子と型 | メソッドと説明 |
---|---|
List<? extends AnnotationMirror> |
Elements.getAllAnnotationMirrors(Element e)
直接存在しているか継承を介して存在しているかにかかわらず、要素に存在しているすべての注釈を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
Map<? extends ExecutableElement,? extends AnnotationValue> |
Elements.getElementValuesWithDefaults(AnnotationMirror a)
デフォルトを含む注釈の要素の値を返します。
|
R |
SimpleAnnotationValueVisitor6.visitAnnotation(AnnotationMirror a, P p)
注釈の注釈値をビジットします。
|
バグまたは機能を送信
詳細なAPIリファレンスおよび開発者ドキュメントについては、Java SEのドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright© 1993, 2014, Oracle and/or its affiliates. All rights reserved.