We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee4f5f commit 4eb36a2Copy full SHA for 4eb36a2
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/InjectionUtils.java
@@ -55,6 +55,7 @@
55
import java.util.logging.Level;
56
import java.util.logging.Logger;
57
58
+import jakarta.annotation.Nullable;
59
import jakarta.ws.rs.WebApplicationException;
60
import jakarta.ws.rs.core.Application;
61
import jakarta.ws.rs.core.EntityPart;
@@ -103,7 +104,6 @@
103
104
import org.apache.cxf.message.Exchange;
105
import org.apache.cxf.message.Message;
106
import org.apache.cxf.message.MessageUtils;
-import org.jspecify.annotations.Nullable;
107
108
public final class InjectionUtils {
109
public static final Set<String> STANDARD_CONTEXT_CLASSES = new HashSet<>();
0 commit comments