@Documented @Retention(value=RUNTIME) @Scope public @interface ApplicationScoped
Identifies a type that must be instantiated only one time in the lifetime of an application.
Copyright © 2010, 2021, Oracle and/or its affiliates.