mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[261486][api][cleanup] Mark @noimplement interfaces as @noextend
This commit is contained in:
parent
b5ed559a46
commit
a1aae8648a
1 changed files with 11 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
/********************************************************************************
|
||||
* Copyright (c) 2003, 2008 IBM Corporation. All rights reserved.
|
||||
* Copyright (c) 2003, 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 http://www.eclipse.org/legal/epl-v10.html
|
||||
|
@ -12,6 +12,7 @@
|
|||
*
|
||||
* Contributors:
|
||||
* David Dykstal (IBM) - [226561] add API markup to javadoc
|
||||
* Martin Oberhuber (Wind River) - [261486][api][cleanup] Mark @noimplement interfaces as @noextend
|
||||
********************************************************************************/
|
||||
|
||||
package org.eclipse.rse.ui.filters;
|
||||
|
@ -23,8 +24,10 @@ import org.eclipse.swt.widgets.Shell;
|
|||
* in SystemChangeFilterPropertyPage. The pane relies on both of these to supply
|
||||
* the edit pane (for historical reasons, so we don't break previous contracts).
|
||||
* This interface is implemented by both classes, for supplying that edit pane.
|
||||
*
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
* The standard implementations are included in the framework.
|
||||
* @noextend This interface is not intended to be extended by clients. The
|
||||
* standard implementations are included in the framework.
|
||||
*/
|
||||
public interface ISystemChangeFilterPaneEditPaneSupplier
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue