类 DefaultGenerationContext

java.lang.Object
cn.taketoday.aot.generate.DefaultGenerationContext
所有已实现的接口:
GenerationContext

public class DefaultGenerationContext extends Object implements GenerationContext
Default GenerationContext implementation.

Generated classes can be flushed out using writeGeneratedContent() which should be called only once after the generation process using this instance has completed.

从以下版本开始:
4.0
作者:
Phillip Webb, Stephane Nicoll, Sam Brannen, Harry Yang