Skip to content

Commit

Permalink
Mark buildRuntimeParser as @Incubating
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Nov 29, 2020
1 parent dc4e63e commit 3c52022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ public JavaParser buildParser(String... artifactNames) {
*
* @return A JavaParser with a classpath matching the current runtime classpath
*/
@Incubating
@Incubating(since="6.1.0")
public JavaParser buildRuntimeParser() {
return JavaParser.fromJavaVersion()
.classpath(JavaParser.allDependenciesFromClasspath())
Expand Down

0 comments on commit 3c52022

Please sign in to comment.