Interface ContextualLifecycle<T>

Type Parameters:
T - the class of the bean instance
All Known Implementing Classes:
DelegatingContextualLifecycle

public interface ContextualLifecycle<T>
Callbacks used by BeanBuilder and ImmutableBean to allow control of the creation and destruction of a custom bean.
Author:
Stuart Douglas
  • Method Details