Package | Description |
---|---|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
Map<AnnotationTypeElementDeclaration,AnnotationValue> |
AnnotationMirror.getElementValues()
Deprecated.
Returns this annotation's elements and their values.
|
Collection<AnnotationTypeElementDeclaration> |
AnnotationTypeDeclaration.getMethods()
Deprecated.
Returns the annotation type elements of this annotation type.
|
Modifier and Type | Method and Description |
---|---|
void |
DeclarationVisitor.visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration d)
Deprecated.
Visits an annotation type element declaration.
|
void |
SimpleDeclarationVisitor.visitAnnotationTypeElementDeclaration(AnnotationTypeElementDeclaration d)
Deprecated.
Visits an annotation type element declaration.
|
Copyright © 2004, 2012, Oracle and/or its affiliates. All rights reserved.