{
PostConstruct annotation = finder.getAnnotation(element, PostConstruct.class);
if(annotation == null)
return;
LifecycleCallbackMetaData callback = super.create(element);
LifecycleCallbacksMetaData postConstructs = metaData.getPostConstructs();
if(postConstructs == null)
{
postConstructs = new LifecycleCallbacksMetaData();
metaData.setPostConstructs(postConstructs);