{
// And finally consider it only if it's not overriden
if (!ClassHelper.isOverridden(interceptorClass, interceptorMethod))
{
classes = checkClass(classes, interceptorMethod, advisor, lifecycleAnnotationType);
interceptors.add(new LifecycleCallbackInterceptorMethodLazyInterceptor(interceptorClass, interceptorMethod));
}
}
}