mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
[304170] [api] ISystemFileTypes and ISystemFileTransferModeMapping should be marked @noimplement
This commit is contained in:
parent
595029e132
commit
2bc871499c
1 changed files with 6 additions and 0 deletions
|
@ -14,10 +14,16 @@
|
|||
* Contributors:
|
||||
* David McKnight (IBM) - [208951] new priority field
|
||||
* David McKnight (IBM) - [283033] remoteFileTypes extension point should include "xml" type
|
||||
* David McKnight (IBM) - [304170] [api] ISystemFileTypes and ISystemFileTransferModeMapping should be marked @noimplement
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.rse.subsystems.files.core.model;
|
||||
|
||||
/**
|
||||
* Interface using for determining the mapping for a particular file type.
|
||||
*
|
||||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
public interface ISystemFileTransferModeMapping {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue