Netflix / atlas-docs

Atlas Documentation Site (https://netflix.github.io/atlas-docs/)
Apache License 2.0
41 stars 28 forks source link

document thread safety for spectator #19

Open brharrington opened 6 years ago

brharrington commented 6 years ago

Most usage should be thread safe, but it isn't clearly called out anywhere, or at least is easy to miss.

brharrington commented 6 years ago

Some projects such as caffeine indicate this with the findbugs jsr305 annotations. However this would add a dependency for spectator-api which we do not want. Also the package names would cause clashes in jdk9+.

mohit975 commented 2 months ago

Hi