jakartaee / common-annotations-api

Jakarta Annotations
https://eclipse.org/ee4j/ca
Other
53 stars 40 forks source link

Remove @Target limitations of @Priority annotation. #87

Closed manovotn closed 3 years ago

manovotn commented 4 years ago

Fixes #86

This is a PR for #86 that allows @Priority to be used on all program elements (as opposed to just types and parameters). I've also changed the javadoc and spec doc accordingly. Let me know if I missed anything.

manovotn commented 3 years ago

Could we get a release of API (some Alpha/Beta will do) with this change in it?