graphql-java-kickstart/graphql-java-tools

Files licensed under ORACLE PROPRIETARY/CONFIDENTIAL.

naufalkhalid opened this issue · 1 comments

Most of the files are licensed under MIT. This file (graphql/kickstart/tools/util/ParameterizedTypeImpl.java) is licensed under ORACLE PROPRIETARY/CONFIDENTIAL. Is there any specific reason for that?

This appears to have been copied over from the JDK after the class became inaccessible to modules outside of java.base. We should probably create our own implementation of ParameterizedType.