パッケージ | 説明 |
---|---|
com.sun.mirror.declaration |
プログラム要素の宣言をモデル化するために使用されるインタフェース。
|
com.sun.mirror.util |
修飾子と型 | メソッドと説明 |
---|---|
Map<AnnotationTypeElementDeclaration,AnnotationValue> |
AnnotationMirror.getElementValues()
非推奨。
この注釈の要素と値を返します。
|
Collection<AnnotationTypeElementDeclaration> |
AnnotationTypeDeclaration.getMethods()
非推奨。
この注釈型の注釈型要素を返します。
|
修飾子と型 | メソッドと説明 |
---|---|
void |
DeclarationVisitor.visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration d)
非推奨。
注釈型要素宣言をビジットします。
|
void |
SimpleDeclarationVisitor.visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration d)
非推奨。
注釈型要素宣言をビジットします。
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.