public interface ResolvedAnnotationDeclaration extends ResolvedReferenceTypeDeclaration
breadthFirstFunc, depthFirstFunc, JAVA_IO_SERIALIZABLE, JAVA_LANG_COMPARABLE, JAVA_LANG_ENUM, JAVA_LANG_OBJECT, JAVA_LANG_RECORD| Modifier and Type | Method and Description |
|---|---|
default ResolvedAnnotationDeclaration |
asAnnotation()
Return this as a AnnotationDeclaration or throw UnsupportedOperationException.
|
List<ResolvedAnnotationMemberDeclaration> |
getAnnotationMembers() |
default boolean |
isAnnotation()
Is this the declaration of an annotation?
|
boolean |
isInheritable() |
asReferenceType, canBeAssignedTo, findTypeParameter, getAllAncestors, getAllAncestors, getAllFields, getAllMethods, getAllNonStaticFields, getAllStaticFields, getAncestors, getAncestors, getConstructors, getDeclaredAnnotation, getDeclaredAnnotations, getDeclaredFields, getDeclaredMethods, getField, getVisibleField, getVisibleFields, hasAnnotation, hasDirectlyAnnotation, hasField, hasVisibleField, isAssignableBy, isAssignableBy, isFunctionalInterface, isInheritedAnnotation, isJavaLangEnum, isJavaLangObject, isJavaLangRecord, isReferenceTypeasClass, asEnum, asInterface, asRecord, asType, asTypeParameter, containerType, getClassName, getId, getInternalType, getPackageName, getQualifiedName, hasInternalType, internalTypes, isAnonymousClass, isClass, isEnum, isInterface, isRecord, isType, isTypeParameterasEnumConstant, asField, asMethod, asParameter, asTypePattern, getName, hasName, isEnumConstant, isField, isMethod, isParameter, isTypePattern, isVariabletoAst, toAstgetTypeParameters, isGenericdefault boolean isAnnotation()
ResolvedTypeDeclarationisAnnotation in interface ResolvedTypeDeclarationdefault ResolvedAnnotationDeclaration asAnnotation()
ResolvedTypeDeclarationasAnnotation in interface ResolvedTypeDeclarationList<ResolvedAnnotationMemberDeclaration> getAnnotationMembers()
boolean isInheritable()
Copyright © 2007–2025. All rights reserved.