Package graphql

Annotation Interface ThreadSafe


@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,TYPE}) @Documented public @interface ThreadSafe
This represents code that is known to be mutable but thread safe.