mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
NEW - bug 272146: deprecate and eventually remove the CDOM
https://bugs.eclipse.org/bugs/show_bug.cgi?id=272146
This commit is contained in:
parent
d5323553c6
commit
f22317ef0a
1 changed files with 3 additions and 0 deletions
|
@ -28,7 +28,10 @@ import org.eclipse.core.resources.IStorage;
|
||||||
*
|
*
|
||||||
* @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.
|
* @noinstantiate This class is not intended to be instantiated by clients.
|
||||||
|
* @deprecated This class does not take into account language mappings. Use
|
||||||
|
* org.eclipse.cdt.core.model.ILanguage instead.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class CDOM implements IASTServiceProvider {
|
public class CDOM implements IASTServiceProvider {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue