/* */
/* 1241 */ if (binding != null)
/* */ {
/* 1243 */ Interceptors impl = createInterceptorsFromInterceptorBinding(interceptors, binding);
/* */
/* 1245 */ addClassAnnotation(container, impl.annotationType(), impl);
/* */ }
/* */
/* 1248 */ boolean exclude = false;
/* 1249 */ if (binding != null)
/* 1250 */ exclude = binding.isExcludeDefaultInterceptors();