saker.java.compiler Documentation TaskDoc JavaDoc Packages
Describes additional module export definitions to be used during Java compilation with modules. The values correspond to the --add-exports javac parameter. The value can be specified either by using a string formatted as module/package=other-module(,other-module)* or by passing the Module, Package, and Target fields. If the target module is omitted, ALL-UNNAMED is used. The value accepts configuration using the enclosed fields as well.
Summary
Fields
ModuleSpecifies the module that the export definitions should be added to.
PackageSpecifies the packages that should be exported from the given module.
TargetSpecifies the target modules of the export addition.
Fields
Specifies the module that the export definitions should be added to. Corresponds to the module part of the option.
Specifies the packages that should be exported from the given module.
Specifies the target modules of the export addition. If not specified, ALL-UNNAMED is used.