org.jboss.seam.annotations
Annotation Type Conversational


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface Conversational

Specifies that a component or method is conversational, and may only be called inside the scope of a long-running conversation.

Author:
Gavin King