Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2008-11-18 21:17:02 +0000
committerDarin Wright2008-11-18 21:17:02 +0000
commitf586e7b5dddb705ccdf9ae37cb74865f39eebf53 (patch)
treeab20ace13e67a2271091a39e9b8624ff721b600d /org.eclipse.debug.ui/ui/org/eclipse/debug
parent54840d91cbf900054af12a5a500b9cd009dd4b49 (diff)
downloadeclipse.platform.debug-f586e7b5dddb705ccdf9ae37cb74865f39eebf53.tar.gz
eclipse.platform.debug-f586e7b5dddb705ccdf9ae37cb74865f39eebf53.tar.xz
eclipse.platform.debug-f586e7b5dddb705ccdf9ae37cb74865f39eebf53.zip
add @noextend tag to constants interface
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug')
-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 f7066267c..19eaaad95 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
@@ -107,6 +107,7 @@ import org.eclipse.debug.core.DebugPlugin;
* Constants only.
* </p>
* @noimplement This interface is not intended to be implemented by clients.
+ * @noextend This interface is not intended to be extended by clients.
*/
public interface IDebugUIConstants {

Back to the top