DevKit: IdeaPlugin icon

This commit is contained in:
Yann Cébron
2013-05-23 10:41:23 +02:00
parent 79edf98d74
commit 10da0a8930

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2009 JetBrains s.r.o.
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
package org.jetbrains.idea.devkit.dom;
import com.intellij.ide.presentation.Presentation;
import com.intellij.util.xml.*;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -29,6 +30,7 @@ import java.util.List;
* plugin.dtd:idea-plugin interface.
*/
@DefinesXml
@Presentation(icon = "AllIcons.Nodes.Plugin")
public interface IdeaPlugin extends DomElement {
@Nullable
String getPluginId();