[core] Promote Tree Export API as stable

Fixes #3905
This commit is contained in:
Andreas Dangel
2024-01-25 16:26:10 +01:00
parent 83522e96ef
commit d9321d70f2
14 changed files with 151 additions and 186 deletions

View File

@@ -32,7 +32,7 @@ import picocli.CommandLine.Mixin;
import picocli.CommandLine.Option;
import picocli.CommandLine.ParameterException;
@Command(name = "ast-dump", description = "Experimental: dumps the AST of parsing source code")
@Command(name = "ast-dump", description = "Dumps the AST of parsing source code")
public class TreeExportCommand extends AbstractPmdSubcommand {
static {