Quarkus Annotation cheatSheet!!
In this article, you are going to learn some of the most commonly used annotations in Quarkus and their purposes:
Quarkus Core Annotations
@ApplicationScoped: Used to annotate a class whose instances are shared across the entire application. It is a...
blog.techwasti.com3 min read