1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

bug 301373: [API] add @noextend and @noimplement

Oops @noimplement was meant
This commit is contained in:
Andrew Gvozdev 2010-02-08 03:03:51 +00:00
parent 71d3fcac0f
commit 4a7972ce16
6 changed files with 0 additions and 6 deletions

View file

@ -29,7 +29,6 @@ import org.eclipse.cdt.utils.spawner.ProcessFactory;
/** /**
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/ */
public class CygwinPathResolver implements IBuildPathResolver { public class CygwinPathResolver implements IBuildPathResolver {
private static final String TOOL = "/cygpath -w -p "; //$NON-NLS-1$ private static final String TOOL = "/cygpath -w -p "; //$NON-NLS-1$

View file

@ -19,7 +19,6 @@ import org.eclipse.cdt.managedbuilder.internal.envvar.BuildEnvVar;
/** /**
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/ */
public class GnuCygwinConfigurationEnvironmentSupplier implements public class GnuCygwinConfigurationEnvironmentSupplier implements
IConfigurationEnvironmentVariableSupplier { IConfigurationEnvironmentVariableSupplier {

View file

@ -31,7 +31,6 @@ import org.eclipse.core.runtime.PluginVersionIdentifier;
* that would convert the CygWin to the MinGW projects/tool-chains, and vice a versa. * that would convert the CygWin to the MinGW projects/tool-chains, and vice a versa.
* *
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/ */
public class IsGnuCygwinToolChainSupported implements public class IsGnuCygwinToolChainSupported implements
IManagedIsToolChainSupported { IManagedIsToolChainSupported {

View file

@ -24,7 +24,6 @@ import org.eclipse.core.runtime.Platform;
* @author Doug Schaefer * @author Doug Schaefer
* *
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/ */
public class MingwEnvironmentVariableSupplier implements public class MingwEnvironmentVariableSupplier implements
IConfigurationEnvironmentVariableSupplier { IConfigurationEnvironmentVariableSupplier {

View file

@ -19,7 +19,6 @@ import org.eclipse.core.runtime.PluginVersionIdentifier;
* @author Doug Schaefer * @author Doug Schaefer
* *
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/ */
public class MingwIsToolChainSupported implements IManagedIsToolChainSupported { public class MingwIsToolChainSupported implements IManagedIsToolChainSupported {

View file

@ -12,7 +12,6 @@ package org.eclipse.cdt.managedbuilder.gnu.ui;
/** /**
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients.
*/ */
public class GprofAppCalculator extends ProfAppCalculator { public class GprofAppCalculator extends ProfAppCalculator {
@Override @Override