Skip to content

Commit ccb34ad

Browse files
committed
Add package-info
1 parent 9d1911f commit ccb34ad

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
* <p>
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

Comments
 (0)