Tag Meta Annotations in Java
Annotations in Java
An annotation in Java is a kind of note (or documentation) in the application source code to instruct the Java compiler to do something. When the Java compiler sees annotation in a particular source code, it knows that it needs…