Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-11-24 14:11:24 +0000
committerThomas Watson2008-11-24 14:11:24 +0000
commitf3fc913f1b1a5e00d379a937e9e307a87ecd9b37 (patch)
tree4dee98e4233318575d034645a19fbb776dac9d8f
parent4506f36e69b2ad582778e7e5a4d412cd264e88dd (diff)
downloadrt.equinox.framework-f3fc913f1b1a5e00d379a937e9e307a87ecd9b37.tar.gz
rt.equinox.framework-f3fc913f1b1a5e00d379a937e9e307a87ecd9b37.tar.xz
rt.equinox.framework-f3fc913f1b1a5e00d379a937e9e307a87ecd9b37.zip
Add @noextend javadoc tag.
-rw-r--r--bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java
index 3728edd77..91de18984 100644
--- a/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java
+++ b/bundles/org.eclipse.osgi/supplement/src/org/eclipse/osgi/service/environment/Constants.java
@@ -17,6 +17,7 @@ package org.eclipse.osgi.service.environment;
* This interface is not intended to be implemented by clients.
* </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 Constants {
//TODO These constants need to be aligned with the OSGi ones. See page 64-588 of the spec

Back to the top