4 lines
126 B
Java
Raw Normal View History

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