public interface PostConstructProcessor<T>
Define the logic that needs to be invoked on the bean before return back
| Modifier and Type | Method and Description |
|---|---|
void |
process(T bean,
Annotation annotation)
Process a
T typed bean with the relevant annotation instance |
void process(T bean, Annotation annotation)
Process a T typed bean with the relevant annotation instance
bean - the bean to be processedannotation - the relevant annotation tagged on the parameter or fieldCopyright © 2017. All Rights Reserved.