Package io.micronaut.aot.core.codegen
package io.micronaut.aot.core.codegen
-
ClassDescriptionBase class for code generators which need access to the generation context (for example to get a handle on the analyzed application classloader, or to register resources to be excluded from the final binary).Base class for source generators which generate a single class file.The "optimized" entry point generator is the main source generator: it is responsible for generating a new entry point, which delegates to the original entry point of the application, and injects a number of optimizations before starting the application.Base class for source generation context which need to delegate to another one.A helper class to generate maps.