Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
Misc
7.7K+ articles
Mathematics
5.7K+ articles
Spring Annotations
3 posts
Recent Articles
Spring @ResponseStatus Annotation
Last Updated: 23 July 2025
The @ResponseStatus annotation in Spring is the powerful tool used in the building RESTful web services. It is allowed developers to control HTTP (Hypertext Transfer Proto...
read more
Picked
Java-Spring
Advance Java
Spring Annotations
Spring @PathVariable Annotation
Last Updated: 23 July 2025
The @PathVariable annotation in Spring Framework extracts values from URI templates in HTTP requests. It enables dynamic path segments in URLs to be mapped to method param...
read more
Picked
Java-Spring
Advance Java
Spring Annotations
Spring @Lazy Annotation
Last Updated: 02 February 2026
In Spring, beans are by default created eagerly at application startup, which can slow down the application if some beans are heavy or rarely used. The @Lazy annotation al...
read more
Picked
Advance Java
Spring Annotations