View Javadoc
1   package org.argeo.people.ui;
2   
3   import org.argeo.connect.ui.AppWorkbenchService;
4   
5   /**
6    * Declare a specific interface for the People specific AppWorkbenchService to
7    * ease OSGi bindings.
8    */
9   public interface PeopleWorkbenchService extends AppWorkbenchService {
10  }