@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, isProxy
public StatelessLifecycleAspectBeanFactory(AspectBeanFactory<X> next, InjectManager manager, AnnotatedType<X> beanType)
public java.lang.String getInterceptorInstance()
AspectBeanFactory
getInterceptorInstance
in interface AspectBeanFactory<X>
getInterceptorInstance
in class LifecycleAspectBeanFactory<X>
public java.lang.String getBeanInfo()
getBeanInfo
in interface AspectBeanFactory<X>
getBeanInfo
in class LifecycleAspectBeanFactory<X>