Java – Annotations – An Introduction and Standard annotations
Java Annotations (or metadata) are introduced in Java (Java SE5 and above) to give additional information to the Java compiler about your Java program. But these are not actually part of the Java code. Annotations are only for representing metadata information. Then what is the use of using Annotations? Java Annotations are used to generate […]