continue;
}
InterceptorBuilder builder = new InterceptorBuilder(interceptor);
Interceptor annotation = userClass.getAnnotation(Interceptor.class);
if (annotation != null) {
builder.oncePerRequest(annotation.oncePerRequest());
}
String interceporName;
if (beanName.startsWith(AUTO_BEAN_NAME_PREFIX)) {
interceporName = StringUtils.removeEnd(StringUtils.uncapitalize(userClass
.getSimpleName()), RoseConstants.INTERCEPTOR_SUFFIX);