Home | History | Annotate | Download | only in stubs
      1 import org.checkerframework.checker.nullness.qual.Nullable;
      2 
      3 package org.apache.logging.log4j;
      4 
      5 class ThreadContext {
      6   @Nullable
      7   static ReadOnlyThreadContextMap getThreadContextMap();
      8 }
      9