T - The event type@Indexed(value=BeanCreatedEventListener.class) public interface BeanCreatedEventListener<T> extends java.util.EventListener
An event listener that is triggered each time a bean is created.
Allows customization of the created beans.
BeanCreatedEvent| Modifier and Type | Method and Description | 
|---|---|
| T | onCreated(BeanCreatedEvent<T> event)Fired when a bean is created and all  PostConstructinitialization hooks have been
 called. | 
T onCreated(BeanCreatedEvent<T> event)
PostConstruct initialization hooks have been
 called.event - The bean created event