Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2009-05-19 22:41:20 +0000
committerThomas Watson2009-05-19 22:41:20 +0000
commit1c660b47fa306d6f13eab457bedd4dfe4b47003b (patch)
treed0a4a3734c5045a8f6368c36f3197d39011189e5
parent964af13353fbee5fe6fd3be7f58cf45a35ff7319 (diff)
downloadrt.equinox.framework-20090519.tar.gz
rt.equinox.framework-20090519.tar.xz
rt.equinox.framework-20090519.zip
Bug 277023 Mark org.osgi.service.framework as proposed APIv20090519
-rw-r--r--bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundle.java3
-rw-r--r--bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundleFactory.java3
-rw-r--r--bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/SurrogateBundle.java3
3 files changed, 9 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundle.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundle.java
index a10f15589..f50b7c83b 100644
--- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundle.java
+++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundle.java
@@ -99,6 +99,9 @@ import org.osgi.framework.launch.Framework;
* the child framework.
*
* @see SurrogateBundle
+ * @deprecated This is proposed API. As a result, this API may never be published
+ * or the final API may change substantially by the time of final publication.
+ * You are cautioned against relying upon this API.
* @ThreadSafe
* @version $Revision: 6860 $
*/
diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundleFactory.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundleFactory.java
index 449b0cfc0..a2b58ec24 100644
--- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundleFactory.java
+++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/CompositeBundleFactory.java
@@ -28,6 +28,9 @@ import org.osgi.framework.launch.Framework;
* If present, there will only be a single instance of this service registered
* with the Framework.
*
+ * @deprecated This is proposed API. As a result, this API may never be published
+ * or the final API may change substantially by the time of final publication.
+ * You are cautioned against relying upon this API.
* @ThreadSafe
* @version $Revision: 6860 $
*/
diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/SurrogateBundle.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/SurrogateBundle.java
index 63e4e1a14..ca5a1217d 100644
--- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/SurrogateBundle.java
+++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/framework/SurrogateBundle.java
@@ -40,6 +40,9 @@ import org.osgi.framework.BundleException;
* </ul>
* <p>
* @see CompositeBundle
+ * @deprecated This is proposed API. As a result, this API may never be published
+ * or the final API may change substantially by the time of final publication.
+ * You are cautioned against relying upon this API.
*/
public interface SurrogateBundle extends Bundle {
/**

Back to the top