View Javadoc
1   package org.argeo.connect;
2   
3   /** Provide assembly of the various {@code AppService} of a system */
4   public interface SystemAppService extends AppService {
5   
6   }