public interface LifecycleFeature
ConfigurationLifecycleFeature enables configuration mapping
prior to @PostConstruct being called.
LifecycleFeatures are added via a multibinding. For example,
Multibinder.newSetBinder(binder(), LifecycleFeature.class).addBinding().to(ConfigurationLifecycleFeature.class);
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LifecycleAction> |
getActionsForType(java.lang.Class<?> type)
Return a list of actions to perform on object of this type as part of
lifecycle processing.
|
java.util.List<LifecycleAction> getActionsForType(java.lang.Class<?> type)
type -