I think this is right (inside module-info.java file):
Code: Select all
module <name of module goes here> {
exports com.abc.account;
}
Code: Select all
module-info {
exports com.abc.account;
}
Moderators: Site Manager, fjwalraven
Code: Select all
module <name of module goes here> {
exports com.abc.account;
}
Code: Select all
module-info {
exports com.abc.account;
}
Users browsing this forum: Google [Bot] and 5 guests