From 92cae7d11e5ff57df634daa3ad8b2fc6c21fd1a7 Mon Sep 17 00:00:00 2001 From: Graeme Rocher Date: Mon, 20 May 2024 13:57:02 +0200 Subject: [PATCH] fix doc --- src/main/docs/guide/introduction.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/docs/guide/introduction.adoc b/src/main/docs/guide/introduction.adoc index a4ebc41..b9a5c17 100644 --- a/src/main/docs/guide/introduction.adoc +++ b/src/main/docs/guide/introduction.adoc @@ -1,6 +1,6 @@ This module allows importing https://github.com/google/guice[Guice] modules into a Micronaut application making the Guice bindings available for Dependency Injection. -Note that only a subset of the Guice API (primarily what is implemented is the https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/Binder.html[Guice Binding EDSL]) and the following features are not supported: +Note that only a subset of the Guice API is supported (primarily what is implemented is the https://google.github.io/guice/api-docs/latest/javadoc/com/google/inject/Binder.html[Guice Binding EDSL]) and the following features are not supported: * Custom Guice Scopes (other than Singleton) are not supported * Guice AOP/Interceptors are not supported (use Micronaut AOP instead)