Package org.eclipse.e4.core.contexts
Annotation Interface Active
@Qualifier
@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
Inject
IEclipseContext.activate()