We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1911f commit ccb34adCopy full SHA for ccb34ad
jsonrpc-common/src/main/java/io/a2a/jsonrpc/common/wrappers/package-info.java
@@ -0,0 +1,14 @@
1
+/**
2
+ * JSON-RPC 2.0 protocol message wrappers for the A2A Protocol.
3
+ * <p>
4
+ * This package contains internal implementation classes that wrap A2A Protocol domain objects
5
+ * in JSON-RPC 2.0 message structures. These classes are used by JSON-RPC transport implementations
6
+ * and are not part of the public SDK API.
7
8
+ * <b>Internal Use Only:</b> Classes in this package are implementation details.
9
+ * The public API is in {@code io.a2a.spec}.
10
+ *
11
+ * @see io.a2a.spec
12
+ * @see <a href="https://www.jsonrpc.org/specification">JSON-RPC 2.0 Specification</a>
13
+ */
14
+package io.a2a.jsonrpc.common.wrappers;
0 commit comments