File tree Expand file tree Collapse file tree 1 file changed +23
-4
lines changed
Expand file tree Collapse file tree 1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 6161 </tbody>
6262 </table>
6363
64- <!--
6564 <h2>Reflection</h2>
6665 <p>The reflection libraries help to automatically generate a TypeSchema specification based on a class.
6766 These libraries use the reflection mechanism of each language to inspect the class and create the fitting
68- schema.</p>
69- -->
67+ specification.</p>
68+ <table class="table table-striped">
69+ <colgroup>
70+ <col class="w-25">
71+ <col class="w-25">
72+ <col class="w-25">
73+ </colgroup>
74+ <thead>
75+ <tr>
76+ <th>Language</th>
77+ <th>GitHub</th>
78+ <th>Package</th>
79+ </tr>
80+ </thead>
81+ <tbody>
82+ <tr>
83+ <td>Java</td>
84+ <td><a href="https://github.com/apioo/typeschema-reflection-java">GitHub</a></td>
85+ <td><a href="https://central.sonatype.com/artifact/org.typeschema/reflection">Maven</a></td>
86+ </tr>
87+ </tbody>
88+ </table>
7089
7190 <h2>Integration</h2>
72- <p>If you want to integrate the code generator you can take a look at the following options. For more advanced
91+ <p>To integrate the code generator you can take a look at the following options. For more advanced
7392 integration options you can also take a look at the <a href="https://sdkgen.app/">SDKgen</a> project.</p>
7493 <table class="table table-striped">
7594 <colgroup>
You can’t perform that action at this time.
0 commit comments