com.google.code.rees.scope.spring
Annotation Type ConversationController


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

Combines the Spring MVC Controller with the ConversationController.

Author:
rees.byars

Optional Element Summary
 String[] conversations
           
 String value
           
 

value

public abstract String value
Default:
""

conversations

public abstract String[] conversations
Returns:
See Also:
com.google.code.rees.scope.conversation.annotations.ConversationController#conversations() ConversationController.conversations()}
Default:
{}


Copyright © 2012-2013. All Rights Reserved.