saker.java.compiler Documentation TaskDoc JavaDoc Packages
Describes additional module reads definitions to be used during Java compilation with modules. The values correspond to the --add-reads javac parameter. The value can be specified either by using a string formatted as module=other-module(,other-module)* or by passing the Module, and Requires fields.
Summary
Fields
ModuleSpecifies the module that reads the specified modules.
RequiresSpecifies the modules that are required/read.
Fields
Specifies the module that reads the specified modules.
Specifies the modules that are required/read.