836837838839840841842843844845846
} private void postClone(Object o, Object result) { final ConfigBeanInterceptor cbi = getInterceptor(); if(cbi != null) { cbi.postClone(o); } } /** remove this if getattribute value is always safe */