Annotation Type ApplicationScoped
-
@Documented @Retention(RUNTIME) @Scope public @interface ApplicationScoped
Identifies a type that must be instantiated only one time in the lifetime of an application.
- Author:
- cdivilly
@Documented
@Retention(RUNTIME)
@Scope
public @interface ApplicationScoped
Identifies a type that must be instantiated only one time in the lifetime of an application.