What is the difference between public and abstract modifier for an elements of annotation in Java.
For example we coul
Every interface is implicitly abstract. The interface implicitly declares a public abstract member method.
interface
abstract