@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @ViewMetaData(override=true) public @interface ConversationRequired
Modifier and Type | Required Element and Description |
---|---|
Class<? extends ViewConfig> |
defaultEntryPoint
Default entry-point which will be used if a violation had been detected
|
Modifier and Type | Optional Element and Description |
---|---|
Class<?> |
conversationGroup
Group of the conversation which is required.
|
Class<? extends ViewConfig>[] |
entryPoints
Allowed entry-points for starting a conversation
|
public abstract Class<? extends ViewConfig> defaultEntryPoint
public abstract Class<?> conversationGroup
public abstract Class<? extends ViewConfig>[] entryPoints
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.