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 |
---|---|
AnnotationType |
AnnotationMirror.getAnnotationType()
Deprecated.
Returns the annotation type of this annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTypeVisitor.visitAnnotationType(AnnotationType t)
Deprecated.
Visits an annotation type.
|
void |
TypeVisitor.visitAnnotationType(AnnotationType t)
Deprecated.
Visits an annotation type.
|
Copyright © 2004, 2019, Oracle and/or its affiliates. All rights reserved.