Uses of Class
org.eclipse.sisu.bean.BeanLifecycle
-
Packages that use BeanLifecycle Package Description org.eclipse.sisu.bean 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 BeanLifecycle Modifier and Type Field Description (package private) static BeanLifecycleBeanLifecycle. NO_OPFields in org.eclipse.sisu.bean with type parameters of type BeanLifecycle Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,BeanLifecycle>LifecycleManager. lifecyclesMethods in org.eclipse.sisu.bean that return BeanLifecycle Modifier and Type Method Description BeanLifecycleLifecycleBuilder. build(java.lang.Class<?> clazz)Builds a newBeanLifecyclefor the given bean type.private BeanLifecycleLifecycleManager. lifecycleFor(java.lang.Object bean)Looks up the JSR250 lifecycle previously built for this bean.
-