@ApplicationScoped class Foo { @Current Bar _bar; } @ApplicationScoped class Bar { @Current Foo _bar; }
Generally it is used for prohibiting the circular references of the webbeans.
@version $Rev: 815435 $ $Date: 2009-09-15 14:18:44 -0400 (Tue, 15 Sep 2009) $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|