Annotation Type Dependent


  • @Scope
    @Documented
    @Retention(RUNTIME)
    public @interface Dependent
    Default scope for unscoped objects.

    Note: although this specific scope annotation is not required for this injector framework, it is a requirement that a default dependent scope annotation is provided. Another annotation would do just as well as long as it is specified during configuration of the injector.