Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2008-05-13 11:47:37 +0000
committerDani Megert2008-05-13 11:47:37 +0000
commita15a8be50bbf037616337bc9d9476c8f74aeda88 (patch)
treee09fe324addb2753b3441710fce1041cb57a8b42
parent097013518ad17ca8d057d28f37b8d2961703114c (diff)
downloadeclipse.platform.text-a15a8be50bbf037616337bc9d9476c8f74aeda88.tar.gz
eclipse.platform.text-a15a8be50bbf037616337bc9d9476c8f74aeda88.tar.xz
eclipse.platform.text-a15a8be50bbf037616337bc9d9476c8f74aeda88.zip
Added API tooling tags.
-rw-r--r--org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java
index 65deacda485..b8b8586ce88 100644
--- a/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java
+++ b/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/templates/TemplatesView.java
@@ -78,6 +78,8 @@ import org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds;
* </p>
*
* @since 3.4
+ * @noinstantiate This class is not intended to be instantiated by clients.
+ * @noextend This class is not intended to be subclassed by clients.
*/
public final class TemplatesView extends PageBookView {

Back to the top