Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [External] : Re: Jakarta Rest 3.2?

Hi,

On Thu, 18 Jan 2024 at 17:42, Jan Supol via rest-dev <rest-dev@xxxxxxxxxxx> wrote:
  I do not think CDI allows for injecting of parametrized beans. 

You means beans using generics?

As-in

Foo<Bar> bar;

or

List<User> users;

That is in fact possible using CDI.

Kind regards,
Arjan Tijms



 

Back to the top