You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot say how it would be used. But it seems that it may be an error, because I cannot see how the rule(s) were obtained from Annotation from the JLS. This is sort of the problem: people make changes thinking it's okay. Then, they pass it through a single example and declare "victory!"
Feel free to come up with an alternative refactoring.
I am using the following for Java code parsing: https://github.com/antlr/grammars-v4/blob/master/java/java/JavaParser.g4
The code related to altAnnotationQualifiedName is as follows:
Question
Under what circumstances would altAnnotationQualifiedName be used? Java does not support the syntax xxx.xxx.xxx.@yyy, right?
The text was updated successfully, but these errors were encountered: