Last active
September 7, 2022 21:02
-
-
Save davidgomesdev/2789926aab5a8cb3204a9885672bee91 to your computer and use it in GitHub Desktop.
blog-quarkus-guide-cdi-16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Annotation | Description | |
---|---|---|
ApplicationScoped | One instance for the entire app | |
RequestScoped | One instance per request | |
SessionScoped | One instance per HTTP session | |
* Singleton | One instance for the entire app | |
* Dependent | Uses the same scope of the bean injecting it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment