Skip to content

Commit 2343037

Browse files
committed
add reflection
1 parent 81ff1f5 commit 2343037

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

www/resources/template/ecosystem.php

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,34 @@
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>

0 commit comments

Comments
 (0)