资讯

Since we now target java 8, we can do further improvements by avoiding reflection. This PR migrates array creation with ArrayReflection(MyClass.class, 10) to a functional interface like MyClass[]:: ...