Beispiel #1
0
 public <T extends Service> T findService(Class<T> type) {
   return frontEnd.findService(type);
 }