@Module public class MethodHeadFactory<X> extends AbstractAspectFactory<X>
Modifier | Constructor and Description |
---|---|
protected |
MethodHeadFactory(AspectBeanFactory<X> beanFactory,
AspectFactory<X> next) |
Modifier and Type | Method and Description |
---|---|
AspectGenerator<X> |
create(AnnotatedMethod<? super X> method,
boolean isEnhanced)
Returns an aspect for the method if one exists.
|
generateEpilogue, generateInject, generatePostConstruct, generatePreDestroy, getAspectBeanFactory, getBeanType, getGeneratedClassName, getInstanceClassName, getJavaClass, isEnhanced, toString
protected MethodHeadFactory(AspectBeanFactory<X> beanFactory, AspectFactory<X> next)
public AspectGenerator<X> create(AnnotatedMethod<? super X> method, boolean isEnhanced)
create
in interface AspectFactory<X>
create
in class AbstractAspectFactory<X>