Skeletal implementation of interface javax.lang.model.util.Types, plus concrete realization backed by core
Java Reflection API, akin to JEP 119.
This module implements those methods in interface javax.lang.model.util.Types that pertain to the Java type
system, plus it provides a method for resolving formal type parameters to actual type arguments. These methods
have no equivalent in the Java Reflection API.
The abstract skeletal implementation in this ...
Version1.0.0compared with
Version Details
| 1.0.0 | 1.0.1 | |
|---|---|---|
| Release date | Dec 31, 2014 | May 26, 2015 |
| Licenses | None | None |
| Vulnerabilities | None | None |
Compile Changes (1)
| 1.0.0 | 1.0.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.google.code.findbugs » jsr305 | - | 3.0.0 |
Provided Changes (1)
| 1.0.0 | 1.0.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | com.google.code.findbugs » annotations | 3.0.0 | - |
Test Changes (1)
| 1.0.0 | 1.0.1 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| ~ Updated | org.testng » testng | 6.8.13 | 6.9.4 |