value property
The pod name to qualify the injection target.
Prefer this when you want to inject a specific named pod.
Example:
@Qualifier("smsNotifier")
Implementation
final String value;
The pod name to qualify the injection target.
Prefer this when you want to inject a specific named pod.
Example:
@Qualifier("smsNotifier")
final String value;