Class ProxyingBeanDefinitionWriter

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

@NullUnmarked @Internal public abstract class ProxyingBeanDefinitionWriter extends Object implements ElementProxyBuilder<OutputObjectDef>
An abstract class for writing proxy bean definitions.
Since:
5.0
Author:
Denis Stepanov