Primitive vararg failed to override generic vararg

according to Force / hint of Int to java.lang.Integer?, maybe we can use java.lang.Integer to solve this problem.
But this will result in other problems about Integer and Int.
In my example, the usage of Processor will be like process(Integer(1),Integer(2)) instead of process(1,1).