979899100101102103104105106107
} } else { // Re-attach the interceptor to this fqn. boolean copyToCache = true; interceptor.attach(fqn, copyToCache); internal_.putAopClazz(fqn, type.getType()); internal_.setPojo(fqn, obj); return true; // we are done } }