public class PostConstructAnnotationProcessor extends java.lang.Object implements MethodPostProcessor<javax.annotation.PostConstruct>
| Constructor and Description |
|---|
PostConstructAnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(javax.annotation.PostConstruct annotation,
java.lang.reflect.Method method,
java.lang.Object instance)
Called to post process annotated bean method.
|
public void process(javax.annotation.PostConstruct annotation,
java.lang.reflect.Method method,
java.lang.Object instance)
throws java.lang.Exception
MethodPostProcessorprocess in interface MethodPostProcessor<javax.annotation.PostConstruct>annotation - annotation instancemethod - annotated methodinstance - bean instancejava.lang.Exception - on any unrecoverable errorAnnotatedMethodTypeListener