Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `loadType()` method returns an implementation of `java.lang.reflect.Type`. If possible, it is compatible with the JDK implementation, in the sense that `equals()` and `hashCode()` work as expected. Unfortunately, the JDK makes that impossible if the type contains type variables.
- Loading branch information