Arjan Tijms
Arjan Tijms
See https://github.com/eclipse-ee4j/mojarra/issues/5480
A library (possibly another spec in Jakarta EE) can currently add custom bean defining annotations using `MetaAnnotations.addStereotype`. This is however quite ugly and just uses the side-effect that stereo types...
According to the [Jakarta EE 11 plan](https://jakarta.ee/specifications/platform/11/), we should have removed all references to the Java SE security manager APIs -> "Remove **all** use of SecurityManager" (emphasis mine). In CDI...