javax.enterprise.context
Annotation Type ApplicationScoped


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

Specifies that a bean is application scoped.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.