@Module public class MessageMethodTailFactory<X> extends MethodTailFactory<X>
Constructor and Description |
---|
MessageMethodTailFactory(MessageAspectBeanFactory<X> beanFactory) |
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, isEnhanced, toString
public MessageMethodTailFactory(MessageAspectBeanFactory<X> beanFactory)
public AspectGenerator<X> create(AnnotatedMethod<? super X> method, boolean isEnhanced)
MethodTailFactory
create
in interface AspectFactory<X>
create
in class MethodTailFactory<X>