Groovy 6 requires JDK 17+ and selects Java17 as the VMPluginFactory entry point; types in this package remain the inherited JPMS implementation and are not constructed directly.
| Class | Description |
|---|---|
| ClassFinder | Find classes under the specified package via some classpath entry |
| Java9 | Java 9+ JPMS support: module-aware accessibility checks,
MethodHandles.privateLookupIn, and default-import class discovery
via the jrt: filesystem. |
| PluginDefaultGroovyMethods | Defines new Groovy methods which appear on normal JDK 9 classes inside the Groovy environment. |
| Exception | Description |
|---|---|
| ClassFindFailedException | Represents error occurred during finding classes |