@Retention(value=RUNTIME)
@Inherited
@Target(value={METHOD,ANNOTATION_TYPE})
@InterceptorBinding
public @interface ContinueSpan
Indicates that the current span should be continued.
Annotation inspired by Spring Sleuth but using Open Tracing and Micronaut AOP.