Package org.eclipse.sisu
Annotation Type Dynamic
-
@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented @Qualifier public @interface Dynamic
Marks dependencies that should be dynamic proxies:
@Inject @Dynamic Component proxy;
@Target({FIELD,PARAMETER})
@Retention(RUNTIME)
@Documented
@Qualifier
public @interface Dynamic
@Inject @Dynamic Component proxy;