Uses of Class
org.eclipse.sisu.bean.BeanLifecycle
Packages that use BeanLifecycle
Package
Description
Customizable injection of bean properties, based on https://github.com/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 BeanLifecycleBeanLifecycle.NO_OPFields in org.eclipse.sisu.bean with type parameters of type BeanLifecycleModifier and TypeFieldDescriptionprivate final Map<Class<?>, BeanLifecycle> LifecycleManager.lifecyclesMethods in org.eclipse.sisu.bean that return BeanLifecycleModifier and TypeMethodDescriptionBuilds a newBeanLifecyclefor the given bean type.private BeanLifecycleLifecycleManager.lifecycleFor(Object bean) Looks up the JSR250 lifecycle previously built for this bean.