diff --git a/httpclient5-sse/src/main/java/org/apache/hc/client5/http/sse/package-info.java b/httpclient5-sse/src/main/java/org/apache/hc/client5/http/sse/package-info.java index 7c3345632f..6fa57894b2 100644 --- a/httpclient5-sse/src/main/java/org/apache/hc/client5/http/sse/package-info.java +++ b/httpclient5-sse/src/main/java/org/apache/hc/client5/http/sse/package-info.java @@ -33,6 +33,10 @@ * configurable parsing pipeline. It is designed for very low-latency, high-fan-out * read workloads and integrates with HttpClient 5's asynchronous I/O stack.

* + *

Experimental. This module is experimental. Its public API is not yet stable + * and may change in an incompatible way, or be removed, in a future release; it is excluded from + * the project's binary and source backward-compatibility guarantees for the 5.7 release series.

+ * *

Key types

*