{
return new ModifiedInjectionProvider();
}
else
{
throw new InvalidInjectionException( "Composite " + bindingContext.model() + " does not implement @ConcernFor type " + type
.getName() + " in modifier " + dependencyModel.injectedClass().getName() );
}
}
else
{
throw new InvalidInjectionException( "The class " + dependencyModel.injectedClass()
.getName() + " is not a modifier" );
}
}