org.jboss.seam.annotations
Annotation Type Scope


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
public @interface Scope

Specifies the scope (context) of a seam component.

Version:
$Revision: 5518 $
Author:
Thomas Heute

Required Element Summary
 ScopeType value
           
 

Element Detail

value

public abstract ScopeType value