@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface NotThreadSafe
This annotation documents the class as not being thread-safe, meaning the caller is expected to properly handle and guard all concurrent operations on an instance.
ThreadSafe
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.