Package io.micronaut.aot.core.config
Class SourceGeneratorLoader
java.lang.Object
io.micronaut.aot.core.config.SourceGeneratorLoader
This class is responsible for loading the source generators
 for a particular target runtime, and sort them in execution
 order according to their dependencies.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull List<AOTCodeGenerator>load(Runtime runtime, AOTContext context)  
- 
Constructor Details
- 
SourceGeneratorLoader
public SourceGeneratorLoader() 
 - 
 - 
Method Details
- 
load
 - 
list
 
 -