This code generator is responsible for taking the result
of the environment deduction, which is the set of active
environment names and the package names, and inject is
via a custom application context configurer.
Generates the GraalVM configuration file which is going to configure
the native image code generation, typically asking to initialize
the optimized entry point at build time.
A source generator which will generate a static PropertySource
from a given YAML configuration file, in order to substitute the dynamic loader
with a static configuration.