public interface CreationalContext<T>
@ApplicationScoped class Foo
{
@Current Bar _bar;
}
@ApplicationScoped class Bar
{
@Current Foo _bar;
}
Generally it is used for prohibiting the circular references of the webbeans.
void push(T incompleteInstance)
incompleteInstance
- incomplete webbeans instancevoid release()
Copyright © 2014. All rights reserved.