BAEL-20552: Migrate spring-4 module to the com.baeldung package
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.baeldung.spring43.composedmapping;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public interface AppointmentService {
|
||||
|
||||
Map<String, Appointment> getAppointmentsForToday();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user