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