1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Added noimplement and noextend tags.

This commit is contained in:
Sergey Prigogin 2010-07-17 18:21:07 +00:00
parent d157c97d3f
commit 469f8fbc87

View file

@ -18,13 +18,12 @@ import org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds;
/**
* Defines the definition IDs for the C editor actions.
*
* <p>
* This interface is not intended to be implemented or extended.
* </p>.
*
*
* @since 2.1
*/
*
* @noimplement This interface is not intended to be implemented by clients.
* @noextend This interface is not intended to be extended by clients.
*/
public interface ICEditorActionDefinitionIds extends ITextEditorActionDefinitionIds {
/**