|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,TYPE,FIELD}) @Retention(value=RUNTIME) @Inherited @Documented @NormalScope(passivating=true) public @interface ViewAccessScoped
The scope is active as long as it's bean is accessed by a view.
Basically @ViewAccessScoped is a CODI Conversation which
automatically gets ended when the next view tree gets restored
without hitting the bean.
@ViewAccessScoped currently doesn't support Conversation-groups,
thus the Conversation
always only contains the bean itself.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |