I can\'t figure out a use case for being able to annotate interfaces in Java.
Maybe someone could give me an example?
Even without examples, it should be clear to explain - interfaces describe behaviour, and so can annotations, so it's a logical match to put them together.