Package | Description |
---|---|
org.eclipse.sisu.bean |
Customizable injection of bean properties, based on http://code.google.com/p/google-guice/wiki/CustomInjections.
|
Modifier and Type | Field and Description |
---|---|
(package private) static BeanLifecycle |
BeanLifecycle.NO_OP |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<?>,BeanLifecycle> |
LifecycleManager.lifecycles |
Modifier and Type | Method and Description |
---|---|
BeanLifecycle |
LifecycleBuilder.build(java.lang.Class<?> clazz)
Builds a new
BeanLifecycle for the given bean type. |
private BeanLifecycle |
LifecycleManager.lifecycleFor(java.lang.Object bean)
Looks up the JSR250 lifecycle previously built for this bean.
|