value property

String value
final

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;