1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

API cleanup - bug 260830

This commit is contained in:
Anton Leherbauer 2009-02-04 07:48:54 +00:00
parent e6e9eda167
commit c012aa7dae

View file

@ -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
* <tt>completionProprosalComputer</tt> 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 {