Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2008-02-27 14:36:41 +0000
committerMichael Rennie2008-02-27 14:36:41 +0000
commit55600e2604bf795d78d631befad5704a31881bf8 (patch)
treedf33e4a73c9a58f6e986ccc8a51692ccb3ba1f2c /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
parent88dfb5dba0d7c64fdf4dddb88c36cfffa0e088f3 (diff)
downloadeclipse.platform.debug-55600e2604bf795d78d631befad5704a31881bf8.tar.gz
eclipse.platform.debug-55600e2604bf795d78d631befad5704a31881bf8.tar.xz
eclipse.platform.debug-55600e2604bf795d78d631befad5704a31881bf8.zip
trying api tooling
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
index fb98194e4..8e522fe73 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/IDebugUIConstants.java
@@ -106,6 +106,7 @@ import org.eclipse.debug.core.DebugPlugin;
* <p>
* Constants only; not intended to be implemented or extended.
* </p>
+ * @noimplement This interface is not intended to be implemented by clients.
*/
public interface IDebugUIConstants {

Back to the top