Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.2K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.3K+ articles
Java-Spring-Boot
340+ articles
Springboot
185+ articles
Java-Annotation
7 posts
Recent Articles
Popular Articles
Disable @Cacheable in Spring Boot
Last Updated: 23 July 2025
Caching is an essential feature in modern web applications, providing faster access to frequently used data and reducing the load on databases. In Spring Boot, the @Cachea...
read more
Picked
Java-Spring-Boot
Java-Annotation
Advance Java
Spring Boot - @Async Annotation
Last Updated: 28 April 2025
Synchronization means every process or thread should be Synchronized together. It means executing process by process that's we can say Synchronization. This is used when o...
read more
Java-Spring-Boot
Java-Annotation
Springboot
Spring Boot - Annotations
Last Updated: 23 July 2025
Spring Boot Annotations are a form of metadata that provides data about a spring application. Spring Boot is built on the top of the spring and contains all the featur...
read more
Picked
Java-Spring-Boot
Java-Annotation
Springboot
Customize Java Annotation with Examples
Last Updated: 23 July 2025
Java annotations are a mechanism for adding metadata information to our source code (Program). They are a powerful part of Java that was added to JDK5. Annotations provide...
read more
Java
Picked
Java-Annotation
Java - @Target Annotations
Last Updated: 23 July 2025
Annotations in java are used to associate metadata to program elements like classes, methods, instance variables, etc. There are mainly three types of annotations in java:...
read more
Java
Picked
Java-Annotation
Java @Retention Annotations
Last Updated: 10 May 2022
In Java, annotations are used to attach meta-data to a program element such as a class, method, instances, etc. Some annotations are used to annotate other annotations. Th...
read more
Java
Picked
Java-Annotation
Java @Documented Annotations
Last Updated: 23 July 2025
By default, Java annotations are not shown in the documentation created using the Javadoc tool. To ensure that our custom annotations are shown in the documentation, we us...
read more
Java
Picked
Java-Annotation
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !