javax.enterprise.context
Annotation Type NormalScope


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface NormalScope

Specifies that an annotation type is a scope type.

Author:
Gavin King, Pete Muir

Optional Element Summary
 boolean passivating
           
 

passivating

public abstract boolean passivating
Returns:
true if this is a passivating scope (beans with this scope type must be serializable)
Default:
false


Copyright © 2008-2009 Seam Framework. All Rights Reserved.