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