Does Weld have any kind of scope like prototype in Spring? Weld has qualified @New but it is a little bit different.
What I want to do is following: I have bean with application scope. In this bean I need to have reference to bean with scope similar to prototype. I know I know in Spring it is possible to implement with lookup methods.
Unfortunately I could not found prototype scope and lookup method in Weld. Does Weld have anything similar?