Updated javadoc disclaimer.
diff --git a/bundles/org.eclipse.core.boot/src/org/eclipse/core/boot/IInstallInfo.java b/bundles/org.eclipse.core.boot/src/org/eclipse/core/boot/IInstallInfo.java
index e70a4e1..eb3ea42 100644
--- a/bundles/org.eclipse.core.boot/src/org/eclipse/core/boot/IInstallInfo.java
+++ b/bundles/org.eclipse.core.boot/src/org/eclipse/core/boot/IInstallInfo.java
@@ -15,6 +15,12 @@
  * <p>

  * This interface is not intended to be implemented by clients.

  * </p>

+ * <p>

+ * <b>Note:</b> This class/interface is part of an interim API that is still under development and expected to

+ * change significantly before reaching stability. It is being made available at this early stage to solicit feedback

+ * from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken

+ * (repeatedly) as the API evolves.

+ * </p>

  */

 public interface IInstallInfo {

 /**