Tag Archives: annotations

Java 8 – Annotation duplication

A new core language feature in Java 8 is the ability to add multiple annotations of the same type to a declaration. I can’t say I’d noticed you couldn’t, which probably suggests this isn’t a feature I’ll be heavily using. Continue reading