Przeglądaj źródła

Improved documentation

peter_backlund 17 lat temu
rodzic
commit
ecd3c783d3

+ 0
- 1
dddsample/src/main/java/se/citerus/dddsample/interfaces/booking/facade/BookingServiceFacade.java Wyświetl plik

11
 /**
11
 /**
12
  * This facade shields the domain layer - model, services, repositories -
12
  * This facade shields the domain layer - model, services, repositories -
13
  * from concerns about such things as the user interface and remoting.
13
  * from concerns about such things as the user interface and remoting.
14
- * It is an application service.
15
  */
14
  */
16
 public interface BookingServiceFacade extends Remote {
15
 public interface BookingServiceFacade extends Remote {
17
 
16