@picocli.* annotations that produces a set of
CommandLine.Model.CommandSpec objects built from the annotated source code.CommandLine.Model.IGetter and CommandLine.Model.ISetter interface that allows
custom CommandSpec annotation processors to inspect ArgSpec objects
to discover what program element was annotated with @Option or @Parameters.AnnotatedElementHolder with the specified elementDynamicProxyConfigGenerator generates a JSON String with the fully qualified interface names for which
dynamic proxy classes should be generated at native image build time.CommandSpec objects.CommandSpec objects.CommandSpec objects.null.@Option or @Parameters."picocli.*" if necessary.TypeElement of the type mirror.CommandSpec command model objects that were found during compilation.true if the annotated element did not have the annotation attribute.System.out.System.out.System.out.NativeImageConfigGeneratorProcessor.BASE_PATH.AbstractCommandSpecProcessor.init(ProcessingEnvironment) method.ReflectionConfigGenerator generates a JSON String with the program elements that will be accessed
reflectively in a picocli-based application, in order to compile this application ahead-of-time into a native
executable with GraalVM.ResourceConfigGenerator generates a JSON String with the resource bundles and other classpath resources
that should be included in the Substrate VM native image.