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
Copy file name to clipboardExpand all lines: _specifications/lsp/3.18/metaModel/metaModel.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14693,6 +14693,18 @@
14693
14693
"value": 20,
14694
14694
"documentation": "Render a symbol as \"read-only\", i.e. variables / properties that cannot be changed.",
14695
14695
"since": "3.18"
14696
+
},
14697
+
{
14698
+
"name": "Overrides",
14699
+
"value": 21,
14700
+
"documentation": "Render a symbol as \"overriding\", e.g. a Java method replaces the implementation from an equally named method (with same signature) from a parent class.",
14701
+
"since": "3.18"
14702
+
},
14703
+
{
14704
+
"name": "Implements",
14705
+
"value": 22,
14706
+
"documentation": "Render a symbol as \"implementing\", e.g. a Java method implements a method with same signature declared in an interface or implements an abstract method (with same signature) from an abstract parent class.",
14707
+
"since": "3.18"
14696
14708
}
14697
14709
],
14698
14710
"documentation": "Symbol tags are extra annotations that tweak the rendering of a symbol.\n\n@since 3.16",
0 commit comments