From 4c31111e8ec56b40aa8a47bee903bbd8cc5df03f Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Thu, 25 Jul 2013 15:16:32 -0700 Subject: [PATCH] Deprecated IParserConfiguration. --- .../parser/org/eclipse/cdt/core/dom/IParserConfiguration.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/IParserConfiguration.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/IParserConfiguration.java index 0aa3e78e7df..f1397f2f182 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/IParserConfiguration.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/IParserConfiguration.java @@ -19,7 +19,9 @@ import org.eclipse.cdt.core.parser.IScannerInfo; * @author jcamelon * @noextend This interface is not intended to be extended by clients. * @noimplement This interface is not intended to be implemented by clients. + * @deprecated Used only by other deprecated interfaces */ +@Deprecated public interface IParserConfiguration { /** * @return IScannerInfo representing the build information required to parse.