From 4fb50b31926f023aae37ae6e8a9f219ad58ba9c9 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Wed, 29 May 2024 17:45:29 +0800 Subject: [PATCH] Declare the new API as provisional and can be removed without notice --- .../eclipse/jdt/core/compiler/CompilationParticipant.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java index a630048dfd9..0b877a96c50 100644 --- a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java +++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java @@ -153,6 +153,9 @@ public void processAnnotations(BuildContext[] files) { } /** + * Provisional API for experimental support for an alternative compiler + * and can be removed without notice. + * * Returns where to find annotation processors. If this is not specified, * then the class path is searched for processors. * @@ -166,6 +169,9 @@ public String[] getAnnotationProcessorPaths(IJavaProject project, boolean isTest } /** + * Provisional API for experimental support for an alternative compiler, + * and can be removed without notice. + * * Returns the locations to place the generated source files. * * @param project the project to participate in