javax.enterprise.context
Annotation Type ApplicationScoped


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

Defines the application scoped type.

Please see the 8.5.3 Application context lifecycle of the specification.



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