func (s *JavaRefactorListener) EnterAnnotation(ctx *AnnotationContext) {
    annotation := ctx.QualifiedName().GetText()

    startLine := ctx.GetStart().GetLine()
    stopLine := ctx.GetStop().GetLine()