Actually, I am going through new things in Java 8. There are many new stuff has come i.e Lambda expressions , Default methods and so many..
One of the feature is Repeating Annotations,
" Repeating Annotations provide the ability to apply the same annotation type more than once to the same declaration or type use "
Here I can Understand that I can use same Annotation many times.
I am trying understand real / practical usage of this addition. and trying to understand why they missed it until java 7.