public interface Lifecycle
| Modifier and Type | Method and Description | 
|---|---|
| void | addPostConstruct(java.lang.String method) | 
| void | addPreDestroy(java.lang.String method) | 
| java.util.List<LifecycleCallback> | getPostConstruct() | 
| java.util.List<LifecycleCallback> | getPreDestroy() | 
java.util.List<LifecycleCallback> getPostConstruct()
java.util.List<LifecycleCallback> getPreDestroy()
void addPostConstruct(java.lang.String method)
void addPreDestroy(java.lang.String method)