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:
parent
d157c97d3f
commit
469f8fbc87
1 changed files with 5 additions and 6 deletions
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue