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
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
javaxnamespace.In addition, we should remove all references to
@jakarta.annotation.ManagedBean, since@ManagedBeandid not get ported fromjavax.annotationtojakarta.annotation.Related Issues
@javax.annotation.ManagedBeanand JSR-330@javax.inject.Namedannotations #36201