@Module public class StatelessLifecycleAspectBeanFactory<X> extends LifecycleAspectBeanFactory<X>
| Constructor and Description |
|---|
StatelessLifecycleAspectBeanFactory(AspectBeanFactory<X> next,
InjectManager manager,
AnnotatedType<X> beanType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanInfo()
Generates data associated with the bean
|
java.lang.String |
getInterceptorInstance()
Returns the interceptor instance Java reference.
|
create, generateEpilogue, generateInject, generatePostConstruct, generatePreDestroy, getBeanInstance, getBeanProxy, getBeanSuper, getBeanType, getGeneratedClassName, getHeadAspectFactory, getInstanceClassName, isEnhanced, isProxypublic StatelessLifecycleAspectBeanFactory(AspectBeanFactory<X> next, InjectManager manager, AnnotatedType<X> beanType)
public java.lang.String getInterceptorInstance()
AspectBeanFactorygetInterceptorInstance in interface AspectBeanFactory<X>getInterceptorInstance in class LifecycleAspectBeanFactory<X>public java.lang.String getBeanInfo()
getBeanInfo in interface AspectBeanFactory<X>getBeanInfo in class LifecycleAspectBeanFactory<X>