@Target(value={PARAMETER,FIELD,METHOD,CONSTRUCTOR,TYPE}) @Retention(value=RUNTIME) @Documented @Qualifier public @interface ConversationGroup
WindowScoped
for providing a global
conversation per window. ConversationScoped
is
a fine-grained version of std. CDI conversations. Per default a
ConversationScoped
bean exists in an isolated
conversation which just contains this bean. If multiple beans belong to the same logical conversations,
it's possible to use this special qualifier for grouping such beans.
Operations like Conversation.close()
will be performed on the whole group.public abstract Class<?> value
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.