1
0
Fork 0
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:
Chris Recoskie 2009-04-29 13:56:59 +00:00
parent d5323553c6
commit f22317ef0a

View file

@ -28,7 +28,10 @@ import org.eclipse.core.resources.IStorage;
*
* @noextend This class is not intended to be subclassed 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 {
/**