Uses of Class
org.eclipse.sisu.bean.BeanLifecycle
Packages that use BeanLifecycle
Package
Description
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
-
Uses of BeanLifecycle in org.eclipse.sisu.bean
Fields in org.eclipse.sisu.bean declared as BeanLifecycleModifier and TypeFieldDescription(package private) static final BeanLifecycle
BeanLifecycle.NO_OP
Fields in org.eclipse.sisu.bean with type parameters of type BeanLifecycleModifier and TypeFieldDescriptionprivate final Map<Class<?>,
BeanLifecycle> LifecycleManager.lifecycles
Methods in org.eclipse.sisu.bean that return BeanLifecycleModifier and TypeMethodDescriptionBuilds a newBeanLifecycle
for the given bean type.private BeanLifecycle
LifecycleManager.lifecycleFor
(Object bean) Looks up the JSR250 lifecycle previously built for this bean.