JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
graphql
ThreadSafe
Contents
Description
Hide sidebar
Show sidebar
Annotation Type ThreadSafe
@Retention
(
RUNTIME
)
@Target
({
CONSTRUCTOR
,
METHOD
,
TYPE
})
@Documented
public @interface
ThreadSafe
This represents code that is known to be mutable but thread safe.