Annotation Interface Dynamic


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented @Qualifier public @interface Dynamic
Marks dependencies that should be dynamic proxies:

 @Inject
 @Dynamic
 Component proxy;