@Target([AnnotationTarget.CLASS]) annotation class ThreadSafe (source)
A class annotated with ThreadSafe is supposed to be thread safe (surprisingly).
<init> |
A class annotated with ThreadSafe is supposed to be thread safe (surprisingly). ThreadSafe() |