@Retention(value=RUNTIME) @Target(value=java.lang.annotation.ElementType.METHOD) public @interface Conversation
| Modifier and Type | Optional Element and Description | 
|---|---|
Conversation.Phase | 
value
Deprecated.  
Possible values are:
 Phase.START
   Specifies that the method starts a new conversation. 
 | 
public abstract Conversation.Phase value