javax.enterprise.context
Annotation Type NormalScope


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

Defines normal scoped meta-data.

Version:
$Rev: 815435 $ $Date: 2009-09-15 20:18:44 +0200 (Tue, 15 Sep 2009) $

Optional Element Summary
 boolean passivating
          Defines passivation semantic
 

passivating

public abstract boolean passivating
Defines passivation semantic

Default:
false


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.