2017-03-18 08:18:04 +01:00

4 lines
132 B
Java

module com.baeldung.student.service{
requires transitive com.baeldung.student.model;
exports com.baeldung.student.service;
}