public class StatelessScheduledMethodTailFactory<X> extends StatelessMethodTailFactory<X>
Constructor and Description |
---|
StatelessScheduledMethodTailFactory(StatelessScheduledAspectBeanFactory<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 StatelessScheduledMethodTailFactory(StatelessScheduledAspectBeanFactory<X> beanFactory)
public AspectGenerator<X> create(AnnotatedMethod<? super X> method, boolean isEnhanced)
MethodTailFactory
create
in interface AspectFactory<X>
create
in class StatelessMethodTailFactory<X>