Use standard decorator
instead of annotation
token type for highlighting Java annotation
#3210
Labels
decorator
instead of annotation
token type for highlighting Java annotation
#3210
When annotation is used in Java class,
the JDT LS semantic tokens should use
decorator
instead ofannotation
as token type, becauseannotation
is not a standard token type, althoughdecorator
belongs to LSP specification.The text was updated successfully, but these errors were encountered: