if ( customProps != null )
{
for ( int j = 0; j < customProps.length; j++ )
{
CustomProperty customProp = customProps[j];
config.addCustomProperty( customProp.getName(), customProp.getValue() );
}
}
addInterceptor( config, baseClassOrInterface, interceptorsList );
}