resolve
Attempts to resolve the declaration corresponding to the annotation expression. If successful, a ResolvedAnnotationDeclaration representing the declaration of the annotation referenced by this AnnotationExpr is returned. Otherwise, an UnsolvedSymbolException is thrown.
Return
a ResolvedAnnotationDeclaration representing the declaration of the annotation expression.
Throws
if the declaration corresponding to the annotation expression could not be resolved.