Sign in
apache
/
derby
/
a8e109a98394159f3decd0a7b305ea6c7e5c8eea
/
.
/
java
/
run
/
module-info.java
blob: 81bb960fbe87b1f83389efa1cc2b12cf4550400c [
file
]
module org
.
apache
.
derby
.
runner
{
//
// MANDATORY IMPORTS
//
requires java
.
base
;
requires org
.
apache
.
derby
.
server
;
requires org
.
apache
.
derby
.
tools
;
//
// DERBY PUBLIC API
//
// VISIBLE TO ALL CLASSES AT RUNTIME.
//
exports org
.
apache
.
derby
.
run
;
}