Annotation Type Active


  • @Qualifier
    @Documented
    @Target({FIELD,PARAMETER})
    @Retention(RUNTIME)
    public @interface Active
    This annotation can be added to injectable fields ands methods to indicate that the injected value should come from the active context.
    Since:
    1.3
    See Also:
    Inject, IEclipseContext.activate()