コード例 #1
0
 /** Binds the specified {@link Service} at the specified exact path. */
 protected T serviceAt(String exactPath, Service service) {
   return service(CompositeServiceEntry.ofExact(exactPath, service));
 }