Well JSR-330 is not part of SE either;-) If we're lucky Java SE 9 brings a more modular approach also to adding such pieces without the whole EE stack, but until then a JAR that (in Maven) isn't more than 2x the 3 kb of JSR 330 does not sound like a great burden to me.
Werner On Mon, Dec 29, 2014 at 1:03 AM, Mark Struberg <[email protected]> wrote: > Hi! > > Anatole and I are currently discussing whether it is worth it adding > @Priority or not. > > It would make a few interfaces more elegant but this also has one > downside. This version of JSR-250 is not yet in JavaSE by default. Of > course it is needed for all JavaEE7++ servers. > > The question now is whether we can burden our users to add > commons-annotation-1.2 in SE? > > LieGrue, > strub >
