}
else
throw new ConfigException(location(javaMethod)
+ L.l("@PreDestroy is requires zero arguments"));
PreDestroyInject destroyProgram
= new PreDestroyInject(javaMethod);
if (! destroyList.contains(destroyProgram))
destroyList.add(destroyProgram);
}
}