Introduced in Java 5, annotations are a mechanism for adding metadata information to our source code. According to the official Java documentation, below is the definition of annotations: Annotations, ...