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