Adding specific bindings per RequestContext

49 Views Asked by At

Within a @RequestScoped, is it possible to add bindings that are only valid for that request? i.e, any injection of beans within that context get a request specific instance (say singleton)?

0

There are 0 best solutions below