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.