Annotation[] interceptorBindings = null;
if (classInterceptorBindings.size() > 0)
{
interceptorBindings = AnnotationUtil.asArray(classInterceptorBindings);
allUsedCdiInterceptors.addAll(beanManagerImpl.resolveInterceptors(InterceptionType.POST_CONSTRUCT, interceptorBindings));
allUsedCdiInterceptors.addAll(beanManagerImpl.resolveInterceptors(InterceptionType.PRE_DESTROY, interceptorBindings));
if (!annotatedType.getConstructors().isEmpty())
{
for (final AnnotatedConstructor<?> c : annotatedType.getConstructors())