Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedAnnotationDeclaration
Packages that use ResolvedAnnotationDeclaration
Package
Description
-
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedAnnotationDeclaration -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return ResolvedAnnotationDeclarationModifier and TypeMethodDescriptionAnnotationExpr.resolve()
Attempts to resolve the declaration corresponding to the annotation expression. -
Uses of ResolvedAnnotationDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedAnnotationDeclarationModifier and TypeMethodDescriptiondefault ResolvedAnnotationDeclaration
ResolvedAnnotationDeclaration.asAnnotation()
default ResolvedAnnotationDeclaration
ResolvedTypeDeclaration.asAnnotation()
Return this as a AnnotationDeclaration or throw UnsupportedOperationException.