I'm currently using Tapestry 5 and noticed, it's @Inject or other
annotations are not yet JSR-330. Is there any progress on this issue?
There's a JIRA for that, but no work was done. Annotations are mostly used
for injections in classes controlled by Tapestry (pages, components,
mixins), not beans (services), which mostly use injection by constructor
without annotations.