|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @ViewMetaData(override=true) public @interface ConversationRequired
Required Element Summary | |
---|---|
Class<? extends ViewConfig> |
defaultEntryPoint
Default entry-point which will be used if a violation had been detected |
Optional Element Summary | |
---|---|
Class<?> |
conversationGroup
Group of the conversation which is required. |
Class<? extends ViewConfig>[] |
entryPoints
Allowed entry-points for starting a conversation |
Element Detail |
---|
public abstract Class<? extends ViewConfig> defaultEntryPoint
public abstract Class<?> conversationGroup
public abstract Class<? extends ViewConfig>[] entryPoints
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |