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, setTarget
public void validate(Class<?> clazz, Method method)
validate
in class LifeCycleCallback
LifeCycleCallback.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 LifeCycleCallback
Copyright © 1995-2015 Webtide. All Rights Reserved.