Annotation Interface ThreadSafeAction


@Target({METHOD,CONSTRUCTOR}) @Documented public @interface ThreadSafeAction
Understands an annotation that documents that a method is thread-safe. To document that a class is thread-safe, use ThreadSafe