code for Introduction to Project Jigsaw BAEL-603 (#1421)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module com.baeldung.student.service{
|
||||
requires transitive com.baeldung.student.model;
|
||||
exports com.baeldung.student.service;
|
||||
}
|
||||
Reference in New Issue
Block a user