This commit is contained in:
Dmitry Avdeev
2012-07-26 13:40:22 +04:00
parent 9be2fdb16e
commit bb37cd20b9
+1 -1
View File
@@ -64,7 +64,7 @@ public interface Action extends DomElement {
* @return the value of the class child.
*/
@NotNull
@com.intellij.util.xml.Attribute ("class")
@Attribute ("class")
@Required
@ExtendClass(value = "com.intellij.openapi.actionSystem.AnAction",
instantiatable = true, allowNonPublic = true, allowAbstract = false, allowInterface = false)