/** {@inheritDoc} */
public void releaseResources(final ClassLoader activator) {
// Here we dispose of everything that is linked to this class loader
final DTOSupportAnnotationsService annSrv = annPool.get(activator);
if (annSrv != null) {
((DisposableContainer) annSrv).releaseResources();
}
final DTOSupportDSLService dslSrv = dslPool.get(activator);
if (dslSrv != null) {