Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-03-10 02:11:04 +0000
committerPascal Rapicault2010-03-10 02:11:04 +0000
commitadf2a61e257c1bebf8478a81ff62567ed3b29b2c (patch)
tree0d74307d66dd803cedd20242a03c07f90ab04a36 /bundles/org.eclipse.equinox.p2.director
parent72fc6447a3708da851d8e25f5a37ea4c440c5346 (diff)
downloadrt.equinox.p2-adf2a61e257c1bebf8478a81ff62567ed3b29b2c.tar.gz
rt.equinox.p2-adf2a61e257c1bebf8478a81ff62567ed3b29b2c.tar.xz
rt.equinox.p2-adf2a61e257c1bebf8478a81ff62567ed3b29b2c.zip
Add some @noextend @noimplement tagsv20100309-2115
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IPlanner.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IPlanner.java b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IPlanner.java
index bb37e0002..d85277088 100644
--- a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IPlanner.java
+++ b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IPlanner.java
@@ -21,7 +21,10 @@ import org.eclipse.equinox.p2.query.IQueryResult;
* profile to reshape it as requested. That is, given the current state of a
* profile, a description of the desired changes to that profile and metadata
* describing the available installable units, a planner produces a concrete plan that lists the
- * exact steps that the engine should perform.
+ * exact steps that the engine should perform.
+ *
+ * @noimplement This interface is not intended to be implemented by clients.
+ * @noextend This interface is not intended to be extended by clients.
* @since 2.0
*/
public interface IPlanner {

Back to the top