Annotation Type ApplicationScoped


  • @NormalScope
    @Target({TYPE,METHOD,FIELD})
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface ApplicationScoped
    Defines the application scoped type.

    Please see the 8.5.3 Application context lifecycle of the specification.