JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Eclipse Platform
2026-09 (4.41)
org.eclipse.e4.core.contexts
Active
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface 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()