Annotation Type LocalServiceName
-
@Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Value("${spring.zipkin.service.name:${spring.application.name:default}}") public @interface LocalServiceName
Injects the service name for this application.- Since:
- 2.2.0
- Author:
- Marcin Grzejszczak