Lifecycle callbacks @PostConstruct and @PreDestroy
Annotate the method for bean class or any of its superclasses
@PostConstruct : call after dependency injection before put into service; annotate a public void method
@PreDestroy : call before destruction