|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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 |
---|
public abstract Class<?>[] subGroup
public abstract Class<?> of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |