commit | 9aac2240a1802d45019731fe363fd350e3678faa | [log] [tgz] |
---|---|---|
author | Douglas Pollock <dpollock> | Wed Feb 25 21:22:08 2004 +0000 |
committer | Douglas Pollock <dpollock> | Wed Feb 25 21:22:08 2004 +0000 |
tree | 3c249b880d4590e1035bc7358c44057b9aba6356 | |
parent | 11c719206cb16f1c6258e5668fc03499503875b7 [diff] |
Marked this interface as not open for implementation.
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/INestableKeyBindingService.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/INestableKeyBindingService.java index f86f177..65b11c3 100644 --- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/INestableKeyBindingService.java +++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/INestableKeyBindingService.java
@@ -11,10 +11,15 @@ package org.eclipse.ui; /** + * <p> * A service that is capable of nesting other services within itself. This * allows lower level components to query for a service provider in a * hierarchical fashion, and for information to be resolved in a hierarchical * manner + * </p> + * <p> + * This interface is not intended to be implemented or extended by clients. + * </p> * * @since 2.1.3 */