AFAICT, DefaultSpan solves this portion of the spec:
A SpanContext cannot be set as active in a Context directly, but by wrapping it into a Span. For example, a Propagator performing context extraction may need this.
The class should (at a minimum) have documentation.
AFAICT, DefaultSpan solves this portion of the spec:
The class should (at a minimum) have documentation.