We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55087d commit 022a54fCopy full SHA for 022a54f
README.md
@@ -76,7 +76,7 @@ WebServer.builder()
76
## Usage with Helidon Nima
77
78
The annotation processor will generate controller classes implementing the Helidon HttpService interface, which we can use
79
-get all the services and register them with the Helidon `RoutingBuilder`.
+get all the services and register them with the Helidon `HttpRouting`.
80
81
```java
82
var routes = BeanScope.builder().build().list(HttpService.class);
0 commit comments