Kotlin plugin for JavaEE/JakartaEE

It would be nice to have to have a plugin to regroup jakartaee/javaee annotations like the existing jpa spring, covering CDI and EE. Let’s say a jakartaee

It would simply bundle RequestScoped, ApplicationScoped, SessionScoped, Dependent, Singleton, Stateless and Stateful in NoArgPlugin.kt and AllOpenPlugin as a Preset, like it’s done for JPA and Spring (and some Quarkus annotations I recently saw).

What do you think about it ?