T - public interface LifecycleCallbackInvoker<T>
PostConstruct / PreDestroy lifecycle callback
invocations.| Modifier and Type | Method and Description |
|---|---|
List<AnnotatedMethod<? super T>> |
getPostConstructMethods() |
List<AnnotatedMethod<? super T>> |
getPreDestroyMethods() |
void |
postConstruct(T instance,
Instantiator<T> instantiator) |
void |
preDestroy(T instance,
Instantiator<T> instantiator) |
void postConstruct(T instance, Instantiator<T> instantiator)
void preDestroy(T instance, Instantiator<T> instantiator)
List<AnnotatedMethod<? super T>> getPreDestroyMethods()
List<AnnotatedMethod<? super T>> getPostConstructMethods()
Copyright © 2013 Seam Framework. All Rights Reserved.