DeclaredType.@Deprecated public interface AnnotationType extends InterfaceType
| Modifier and Type | Method and Description |
|---|---|
AnnotationTypeDeclaration |
getDeclaration()
Deprecated.
Returns the declaration of this type.
|
getActualTypeArguments, getContainingType, getSuperinterfacesaccept, equals, toStringAnnotationTypeDeclaration getDeclaration()
Returns null if this type's declaration is unknown. This may be the result of a processing error, such as a missing class file.
getDeclaration in interface DeclaredTypegetDeclaration in interface InterfaceType
Copyright © 2004, 2020, Oracle and/or its affiliates. All rights reserved.