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.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Deprecated.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.