Annotation Interface 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