Skip to content

Commit

Permalink
Declare the new API as provisional and can be removed without notice
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen committed Jun 5, 2024
1 parent 5d3b4bc commit 4fb50b3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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
Expand Down

0 comments on commit 4fb50b3

Please sign in to comment.