public class PostConstructCallback extends LifeCycleCallback
__EMPTY_ARGS| Constructor and Description |
|---|
PostConstructCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
callback(Object instance) |
boolean |
equals(Object o) |
void |
validate(Class<?> clazz,
Method method)
Commons Annotation Specification section 2.5
- no params
- must be void return
- no checked exceptions
- cannot be static
|
findMethod, getMethodName, getTarget, getTargetClass, getTargetClassName, setTarget, setTargetpublic void validate(Class<?> clazz, Method method)
validate in class LifeCycleCallbackLifeCycleCallback.validate(java.lang.Class, java.lang.reflect.Method)public void callback(Object instance) throws SecurityException, IllegalArgumentException, NoSuchMethodException, ClassNotFoundException, IllegalAccessException, InvocationTargetException
public boolean equals(Object o)
equals in class LifeCycleCallbackCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.