Consider the following: ```groovy @ASTTest({ node }) void m() { } ``` The annotation sits outside of the method, so code hover is finding the annotation node and displaying info for that. 