If a JAX-RS resource uses something like @QueryParam, @HeaderParam or the like in a constructor parameter,
then we need to make sure that Arc doesn't create a bean for it automatically (as it will fail validation because
there is no way to pass the parameter).