JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.eclipse.sisu
Annotation Interface Dynamic
@Target
({
FIELD
,
PARAMETER
})
@Retention
(
RUNTIME
)
@Documented
@Qualifier
public @interface
Dynamic
Marks dependencies that should be dynamic proxies:
@Inject @Dynamic Component proxy;