Class NativeStaticServiceLoaderSourceGenerator

java.lang.Object
io.micronaut.aot.core.codegen.AbstractCodeGenerator
io.micronaut.aot.std.sourcegen.AbstractStaticServiceLoaderSourceGenerator
io.micronaut.aot.std.sourcegen.NativeStaticServiceLoaderSourceGenerator
All Implemented Interfaces:
io.micronaut.aot.core.AOTCodeGenerator

public class NativeStaticServiceLoaderSourceGenerator extends AbstractStaticServiceLoaderSourceGenerator
A specialized version of service loader generation which is aimed at executing in native images, where classloading is basically free.