Seam Core JSF2 2.3.1.Final-redhat-2

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


Seam Core JSF2 2.3.1.Final-redhat-2

Copyright © 2013 Seam Framework. All Rights Reserved.