Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

What is Java Annotations?

Category: Java

Java Annotations provide information about the code and they have no direct effect on the code they annotate. Annotations are introduced in Java 5. Annotation is metadata about the program embedded in the program itself. It can be parsed by the annotation parsing tool or
by compiler. We can also specify annotation availability to either compile time only or till runtime also. Java Built-in annotations are @Override, @Deprecated and @SuppressWarnings.

Leave a Reply

Your email address will not be published. Required fields are marked *