1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

[cleanup] Get rid of noextend on final class

This commit is contained in:
Martin Oberhuber 2008-09-25 17:37:15 +00:00
parent 740622faf2
commit c8c26f56a1

View file

@ -13,7 +13,6 @@ package org.eclipse.tm.rapi;
/** /**
* This class provides access to some native Win32 APIs and constants. * This class provides access to some native Win32 APIs and constants.
* *
* @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients. * @noinstantiate This class is not intended to be instantiated by clients.
* @author Radoslav Gerganov * @author Radoslav Gerganov
*/ */