Class RuntimeProxyBeanDefinitionWriter

java.lang.Object
io.micronaut.aop.writer.ProxyingBeanDefinitionWriter
io.micronaut.aop.writer.RuntimeProxyBeanDefinitionWriter
All Implemented Interfaces:
ProxyBuilder<ClassElement, MethodElement, List<OutputObjectDef>>, Buildable<List<OutputObjectDef>>, ElementProxyBuilder<OutputObjectDef>, OriginatingElements

@NullUnmarked @Internal public class RuntimeProxyBeanDefinitionWriter extends ProxyingBeanDefinitionWriter
The writer for runtime proxy bean definitions.
Since:
5.0
Author:
Denis Stepanov