Related to https://github.com/open-telemetry/opentelemetry-java/pull/342#discussion_r286982773
In the API all public APIs are documented with @since javadocs.
Should we do the same in SDK? For the interfaces it does not makes much sense as the since tag is in the API and SDK will have the same version.
We should, but maybe we should defer that until we have a stable API?
Hi! Is this issue free to pick up? I would love to work on it for a good first issue! cc - @alolita
@JasonXZLiu Sure thing. I'll assign it to you.
Was checking for good first issue, found this. But seems a fix already merged. should this be closed ?
I think we'll want all of the @since tags to be set to 1.0.0, but not until we're ready for a release candidate (which is hopefully coming soon!). So, I think this should be open until then.
Most helpful comment
We should, but maybe we should defer that until we have a stable API?