Annotation Type ApplicationScoped


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface ApplicationScoped
    An annotation for Injectable used to decide when the injection must happens.
    Author:
    Jeanfrancois Arcand