Annotation Type ThreadSafe


@Documented @Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface ThreadSafe
Denotes that the annotated type is safe for concurrent access from multiple threads.