/* 318 */ if (inters[i].getAspect().getScope().equals(Scope.PER_VM))
/* */ continue;
/* 320 */ throw new RuntimeException("Only PER_VM scoped aspects/interceptors can be used in arraybindings");
/* */ }
/* */
/* 323 */ ArrayBinding binding = new ArrayBinding(name, inters, theType);
/* 324 */ this.manager.addArrayBinding(binding);
/* */ }