From c012aa7daec941804c16b72143e151baaacfcf28 Mon Sep 17 00:00:00 2001 From: Anton Leherbauer Date: Wed, 4 Feb 2009 07:48:54 +0000 Subject: [PATCH] API cleanup - bug 260830 --- .../cdt/ui/text/contentassist/ICompletionContributor.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/ICompletionContributor.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/ICompletionContributor.java index 2b9b13b6d69..08f136cd03e 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/ICompletionContributor.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/text/contentassist/ICompletionContributor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2004, 2008 IBM Corporation and others. + * Copyright (c) 2004, 2009 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -24,6 +24,8 @@ import org.eclipse.cdt.core.model.IWorkingCopy; * @deprecated Clients should extend the new extension point * completionProprosalComputer and implement interface * {@link ICompletionProposalComputer} + * @noextend This interface is not intended to be extended by clients. + * @noimplement This interface is not intended to be implemented by clients. */ @Deprecated public interface ICompletionContributor {