Class NativeImageConfigGeneratorProcessor

    • Field Detail

      • BASE_PATH

        public static final java.lang.String BASE_PATH
        Base path where generated files will be written to: "META-INF/native-image/picocli-generated/".
        See Also:
        Constant Field Values
      • OPTION_PROJECT

        public static final java.lang.String OPTION_PROJECT
        Name of the annotation processor option that can be used to control the actual location where the generated file(s) are to be written to, relative to the BASE_PATH. The value of this constant is "project".
        See Also:
        Constant Field Values
    • Constructor Detail

      • NativeImageConfigGeneratorProcessor

        public NativeImageConfigGeneratorProcessor()
    • Method Detail

      • init

        public void init​(javax.annotation.processing.ProcessingEnvironment processingEnv)
        Specified by:
        init in interface javax.annotation.processing.Processor
        Overrides:
        init in class AbstractCommandSpecProcessor