Uses of Package
picocli.codegen.annotation.processing
-
Packages that use picocli.codegen.annotation.processing Package Description picocli.codegen.annotation.processing picocli.codegen.aot.graalvm.processor -
Classes in picocli.codegen.annotation.processing used by picocli.codegen.annotation.processing Class Description AbstractCommandSpecProcessor Abstract annotation processor for@picocli.*
annotations that produces a set ofCommandLine.Model.CommandSpec
objects built from the annotated source code.AbstractCommandSpecProcessor.Context ITypeMetaData Abstraction over annotation attributes that take a class (or array of classes) as their value.MixinInfo Holds information on the `@Mixin`-annotated program element.ParameterConsumerMetaData Implementation of theCommandLine.IParameterConsumer
interface that provides metadata on the@Option(parameterConsumer = xxx.class)
annotation.TypeConverterMetaData Implementation of theCommandLine.ITypeConverter
interface that provides metadata on the@Command(typeConverter = xxx.class)
annotation.TypedMember -
Classes in picocli.codegen.annotation.processing used by picocli.codegen.aot.graalvm.processor Class Description AbstractCommandSpecProcessor Abstract annotation processor for@picocli.*
annotations that produces a set ofCommandLine.Model.CommandSpec
objects built from the annotated source code.