diff options
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 { /** |