InjectParam
@Target(value={PARAMETER,METHOD,FIELD}) @Retention(value=RUNTIME) @Documented @Deprecated public @interface Inject
If the name of instance to inject is not recognized or there is no IoC component provider factory registered then no injection will occur.
public abstract String value
Copyright © 2013 Oracle Corporation. All rights reserved.