コード例 #1
0
 /** Binds the specified {@link Service} at the specified {@link PathMapping}. */
 protected T service(PathMapping pathMapping, Service service) {
   return service(CompositeServiceEntry.of(pathMapping, service));
 }