Annotation Type ThreadSafe


@Retention(SOURCE) @Target(FIELD) public @interface ThreadSafe
Documents that the annotated field is safe for concurrent access.
Author:
Gunnar Morling