Courses
Tutorials
Practice
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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Advance Java
906+ articles
Java-Spring-Boot
340+ articles
Java-Annotation
7 posts
Recent Articles
Popular Articles
Java @Documented Annotations
Last Updated: 07 August 2021
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
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 - @Target Annotations
Last Updated: 23 February 2022
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
Customize Java Annotation with Examples
Last Updated: 12 August 2021
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
Spring Boot - Annotations
Last Updated: 02 January 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
Java
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
Java-Spring-Boot
Java-Annotation
Advance Java
Disable @Cacheable in Spring Boot
Last Updated: 18 September 2024
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
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 !