22.1.6 module protocol
The module protocol (or URI scheme) is used by a module to access resources contained in the module. When a module is packaged as a jar, then the URI "module:/test.txt" will resolve to the file KAURI-INF/test.txt contained in the module jar.
Previous