@Singleton
public class QuarkusContextProducers
extends Object
Provides CDI producers for objects that can be injected via @Context
In quarkus-rest this works because @Context is considered an alias for @Inject
through the use of AutoInjectAnnotationBuildItem