fix(java): move @ to @attribute

This commit is contained in:
Ibrahim Delice 2023-10-13 23:08:05 +02:00 committed by GitHub
parent 168972a0d5
commit b59a1fa075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,14 +35,15 @@
; Annotations
(annotation
"@" @attribute
name: (identifier) @attribute)
(marker_annotation
"@" @attribute
name: (identifier) @attribute)
; Operators
[
"@"
"+"
":"
"++"