Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed May 20, 2024
1 parent 0df1173 commit 92cae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docs/guide/introduction.adoc
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 92cae7d

Please sign in to comment.