4 lines
132 B
Java
Raw Normal View History

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