javax.webbeans
Annotation Type ApplicationScoped


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

Specifies that a Web Bean is application scoped.

Author:
Gavin King, Pete Muir



Copyright © 2008. All Rights Reserved.