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:
parent
e6e9eda167
commit
c012aa7dae
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue