mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 03:07:47 +07:00
IDEA-242473 Devkit: code insight for EP attributes with name ending in xyzLanguage
GitOrigin-RevId: 1d96ff7973ea280a6aaca62af1fcb37e9434f928
This commit is contained in:
committed by
intellij-monorepo-bot
parent
46e3badec4
commit
a24f614e4f
@@ -2,4 +2,8 @@ public class MyLanguageAttributeEPBean {
|
||||
|
||||
@com.intellij.util.xmlb.annotations.Attribute("language")
|
||||
public String language;
|
||||
|
||||
@com.intellij.util.xmlb.annotations.Attribute("hostLanguage")
|
||||
public String hostLanguage;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user