Implement parsing annotations and modifiers starting with '@'
This commit is contained in:
@@ -12,5 +12,5 @@ annotation
|
||||
;
|
||||
|
||||
annotationEntry
|
||||
: SimpleName{"."} typeArguments? valueArguments?
|
||||
: "@"? SimpleName{"."} typeArguments? valueArguments?
|
||||
;
|
||||
Reference in New Issue
Block a user