JavaScript is disabled on your browser.
Skip navigation links
Eclipse Platform
2025-06 (4.36)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.eclipse.e4.core.contexts
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()