1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

@Override annotations.

This commit is contained in:
Sergey Prigogin 2011-11-15 15:01:56 -08:00
parent 0be21a0f1c
commit 585a090ee8

View file

@ -64,6 +64,7 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IFileNomi
* *
* @param declaration <code>IASTDeclaration</code> * @param declaration <code>IASTDeclaration</code>
*/ */
@Override
public void addDeclaration(IASTDeclaration declaration); public void addDeclaration(IASTDeclaration declaration);
/** /**
@ -324,6 +325,7 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IFileNomi
* @noreference This method is not intended to be referenced by clients. * @noreference This method is not intended to be referenced by clients.
* @since 5.1 * @since 5.1
*/ */
@Override
public IASTTranslationUnit copy(); public IASTTranslationUnit copy();
/** /**
@ -335,6 +337,7 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IFileNomi
* @noreference This method is not intended to be referenced by clients. * @noreference This method is not intended to be referenced by clients.
* @since 5.3 * @since 5.3
*/ */
@Override
public IASTTranslationUnit copy(CopyStyle style); public IASTTranslationUnit copy(CopyStyle style);
/** /**