
<table>
	<thead>
		<tr>
			<th>Federation 1 Support</th>
			<th>Federation 2 Support</th>
		</tr>
	</thead>
	<tbody>
    <tr>
      <td>
        <table>
          <tr><th><code>_service</code></th><td>🟢</td></tr>
          <tr><th><code>@key (single)</code></th><td>🟢</td></tr>
          <tr><th><code>@key (multi)</code></th><td>🟢</td></tr>
          <tr><th><code>@key (composite)</code></th><td>🟢</td></tr>
          <tr><th><code>repeatable @key</code></th><td>🟢</td></tr>
          <tr><th><code>@requires</code></th><td>🟢</td></tr>
          <tr><th><code>@provides</code></th><td>🟢</td></tr>
          <tr><th><code>federated tracing</code></th><td>🔲</td></tr>
        </table>
      </td>
      <td>
        <table>
          <tr><th><code>@link</code></th><td>🟢</td></tr>
          <tr><th><code>@shareable</code></th><td>🟢</td></tr>
          <tr><th><code>@tag</code></th><td>🟢</td></tr>
          <tr><th><code>@override</code></th><td>🟢</td></tr>
          <tr><th><code>@inaccessible</code></th><td>🟢</td></tr>
          <tr><th><code>@composeDirective</code></th><td>🟢</td></tr>
          <tr><th><code>@interfaceObject</code></th><td>🟢</td></tr>
        </table>
      </td>
		</tr>
	</tbody>
</table>
