mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
bug 301373: [API] add @noextend and @noimplement
Oops @noimplement was meant
This commit is contained in:
parent
71d3fcac0f
commit
4a7972ce16
6 changed files with 0 additions and 6 deletions
|
@ -29,7 +29,6 @@ import org.eclipse.cdt.utils.spawner.ProcessFactory;
|
|||
|
||||
/**
|
||||
* @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 {
|
||||
private static final String TOOL = "/cygpath -w -p "; //$NON-NLS-1$
|
||||
|
|
|
@ -19,7 +19,6 @@ import org.eclipse.cdt.managedbuilder.internal.envvar.BuildEnvVar;
|
|||
|
||||
/**
|
||||
* @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
|
||||
IConfigurationEnvironmentVariableSupplier {
|
||||
|
|
|
@ -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.
|
||||
*
|
||||
* @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
|
||||
IManagedIsToolChainSupported {
|
||||
|
|
|
@ -24,7 +24,6 @@ import org.eclipse.core.runtime.Platform;
|
|||
* @author Doug Schaefer
|
||||
*
|
||||
* @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
|
||||
IConfigurationEnvironmentVariableSupplier {
|
||||
|
|
|
@ -19,7 +19,6 @@ import org.eclipse.core.runtime.PluginVersionIdentifier;
|
|||
* @author Doug Schaefer
|
||||
*
|
||||
* @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 {
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ package org.eclipse.cdt.managedbuilder.gnu.ui;
|
|||
|
||||
/**
|
||||
* @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 {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue