mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 04:45:04 +07:00
GitOrigin-RevId: eca33e1a23bdfd0aeced5f3b93b88aae8a2c6691
5 lines
123 B
Java
5 lines
123 B
Java
public class MyActionAttributeEPBean {
|
|
|
|
@com.intellij.util.xmlb.annotations.Attribute("action")
|
|
public String action;
|
|
} |