Java Annotations HackerRank Solution Java annotation can be used to define the metadata of a Java class or class element. We can use Java annotation at the compile time to instruct the compi... Read more