What is the difference between public and abstract modifier for an elements of annotation in Java.
For example we coul
There is no impact - it's just a redundant declaration. Same with interface's methods, for instance.