Relates :
|
|
Relates :
|
|
Relates :
|
For a variety of reasons, the javac compiler was changed to use core reflection to find a service loader class to annotation processor discovery instead of using a direct source referernce to one service loader or another (6378954). Once javac supports running on JDK 6 or later, the standard java.util.ServiceLoader can be used directly. Another API update is to directly assume that URLClassLoader is Closeable, see 6558476.
|