We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Project import generated by Copybara. PiperOrigin-RevId: 595679588
Fix incorrect or out-of-date example in docs. PiperOrigin-RevId: 336330552
Fix doc links. PiperOrigin-RevId: 328203358
Add documentation for SCOPE_NOT_FOUND error. Also updated Scopes and CustomScopes documentation a bit. PiperOrigin-RevId: 326305107
Add documentation for CIRCULAR_PROXY_DISABLED. PiperOrigin-RevId: 326125009
Add TOC to Guice doc to improve navigation. Also fixes duplicate heading issue by always start the documentation with a h1 heading. PiperOrigin-RevId: 325254167
Fix table syntax. - add comment that disables auto formatting the tables since it will break rendering on Github - change some content to avoid using table altogether - remove outdated content on AOP page PiperOrigin-RevId: 301695463
- Move Multibindings page into the Bindings section since it is now part of Guice core - Update Multibindings documentation to include MapBinder, OptionalBinder and the associated @Provides like methods - Copy best practice on not injecting the injector - other minor updates PiperOrigin-RevId: 299911853
Revert formatting change made by g4 fix on table, since it's not compatible with Github markdown format. See http://go/mdformat#github Public: Fix table syntax. PiperOrigin-RevId: 291987317
Remove .md file extensions from relative link to fix links rendering on Github. PiperOrigin-RevId: 290378822
Ran g4 fix -v on the Guice wiki. PiperOrigin-RevId: 289944494
Remove extra new lines and fix a link reference. Public: same PiperOrigin-RevId: 289905602
Update markdown files. - replace tabs with spaces - add new line before code snippets, list etc - fix links to other md files PiperOrigin-RevId: 289775884
Fix table, GitHub's markdown parsing changed.
Updated Scopes (markdown)
Created Scopes (markdown)