{
prePassivates = new HashMap<DeclaredMethodSignature, PrePassivate>();
}
prePassivates.put(method, prePassivate);
}
PreDestroy preDestroy = getLifeCycleAnnotation(((JBossSessionBeanMetaData) beanMetaData).getPreDestroys(), PreDestroyImpl.class, method);
if(preDestroy != null)
{
if (preDestroys == null)
{
preDestroys = new HashMap<DeclaredMethodSignature, PreDestroy>();