org.apache.myfaces.extensions.cdi.core.api.scope.conversation
Annotation Type ConversationSubGroup


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ConversationSubGroup

Allows to close a part of a group e.g.: public class MyGroup{}


Required Element Summary
 Class<?>[] subGroup
          Beans of the group which should be closed
 
Optional Element Summary
 Class<?> of
          Optionally defines the base conversation group
 

Element Detail

subGroup

public abstract Class<?>[] subGroup
Beans of the group which should be closed

Returns:
beans of the group which should be closed

of

public abstract Class<?> of
Optionally defines the base conversation group

Returns:
base conversation group or ConversationSubGroup if the subgroup inherits from the base conversation group
Default:
org.apache.myfaces.extensions.cdi.core.api.scope.conversation.ConversationSubGroup.class


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.