|
The rub here is that this cannot be done maintaining full backwards compatability with Java versions prior to 8 (IIRC, the annotations would be usable, but code using them would raise a warning upon compilation). So it'd either require Java 8 and later, or we'd have to provide to spec API artifacts).
|