Express thread safety in API javadoc.

Issue #86 new
Former user created an issue

Is the class com.atlassian.oai.validator.SwaggerRequestResponseValidator thread-safe? Can it be reused in concurrent threads or should each thread create its own instance?

Please document this in the API javadoc.

Comments (2)

  1. Andrew Thompson

    +1 basically. The API looks like it's thread safe, but that doesn't seem to be stated anywhere

  2. James Gough

    +1 agree, it looks like it should be thread safe and the design of how it's created seems to suggest that too. It would be good if someone can comment if that's usage as intended.

  3. Log in to comment