com.sun.mirror.type
Interface AnnotationType
- All Superinterfaces:
- DeclaredType, InterfaceType, ReferenceType, TypeMirror
public interface AnnotationType
- extends InterfaceType
Represents an annotation type.
- Since:
- 1.5
getDeclaration
AnnotationTypeDeclaration getDeclaration()
- Returns the declaration of this type.
Returns null if this type's declaration is unknown. This may
be the result of a processing error, such as a missing class file.
- Specified by:
getDeclaration
in interface DeclaredType
- Specified by:
getDeclaration
in interface InterfaceType
- Returns:
- the declaration of this type, or null if unknown
Submit a bug or feature Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.