Skip to content

Instantly share code, notes, and snippets.

@davidgomesdev
Last active September 7, 2022 21:02
Show Gist options
  • Save davidgomesdev/2789926aab5a8cb3204a9885672bee91 to your computer and use it in GitHub Desktop.
Save davidgomesdev/2789926aab5a8cb3204a9885672bee91 to your computer and use it in GitHub Desktop.
blog-quarkus-guide-cdi-16
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