Overview
We should revise the Using JSR 330 Standard Annotations chapter of the reference manual to provide advice on how to configure classpath scanning for custom annotations or legacy annotations such as JSR-250 and JSR-330 annotations in the javax namespace.
In addition, we should remove all references to @jakarta.annotation.ManagedBean, since @ManagedBean did not get ported from javax.annotation to jakarta.annotation.
Related Issues