Modified: tomee/site/trunk/content/master/pt/examples/index.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/master/pt/examples/index.html?rev=1876693&r1=1876692&r2=1876693&view=diff
==============================================================================
--- tomee/site/trunk/content/master/pt/examples/index.html (original)
+++ tomee/site/trunk/content/master/pt/examples/index.html Sat Apr 18 13:10:45 
2020
@@ -158,17 +158,17 @@
             </ul>
           </div>
           <div class="col-md-4">
-            <div class="group-title">Other Features</div>
+            <div class="group-title">DataSources</div>
             <ul class="group">
-              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a 
href="bean-validation-design-by-contract.html">Design Bean Validation por 
Contrato</a></li>
-              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="concurrency-utils.html">Utilitário de 
Concorrência para o Java EE</a></li>
+              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a 
href="datasource-ciphered-password.html">DataSource Ciphered Password</a></li>
+              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="dynamic-datasource-routing.html">Roteamento 
dinâmico de fonte de dados</a></li>
             </ul>
           </div>
           <div class="col-md-4">
-            <div class="group-title">DataSources</div>
+            <div class="group-title">Other Features</div>
             <ul class="group">
-              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a 
href="datasource-ciphered-password.html">DataSource Ciphered Password</a></li>
-              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="dynamic-datasource-routing.html">Roteamento 
dinâmico de fonte de dados</a></li>
+              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a 
href="bean-validation-design-by-contract.html">Design Bean Validation por 
Contrato</a></li>
+              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="concurrency-utils.html">Utilitário de 
Concorrência para o Java EE</a></li>
             </ul>
           </div>
         </div>
@@ -207,14 +207,20 @@
             </ul>
           </div>
           <div class="col-md-4">
-            <div class="group-title">Cloud</div>
+            <div class="group-title">Unknown</div>
             <ul class="group">
-              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="cloud-tomee-azure.html">Implantação de 
TomEE no Azure</a></li>
+              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="index.html">index</a></li>
             </ul>
           </div>
         </div>
         <div class="row">
           <div class="col-md-4">
+            <div class="group-title">Cloud</div>
+            <ul class="group">
+              <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="cloud-tomee-azure.html">Implantação de 
TomEE no Azure</a></li>
+            </ul>
+          </div>
+          <div class="col-md-4">
             <div class="group-title">Servlet</div>
             <ul class="group">
               <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="async-servlet.html">Async Servlet</a></li>
@@ -226,8 +232,6 @@
               <li class="group-item"><span class="group-item-i" ><i class="fa 
fa-angle-right"></i></span><a href="access-timeout-meta.html">@AccessTimeout a 
forma Meta-anotação</a></li>
             </ul>
           </div>
-          <div class="col-md-4">
-          </div>
         </div>
         <div class="row">
           <div class="col-md-12">

Modified: 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/faulttolerance/package-tree.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/faulttolerance/package-tree.html?rev=1876693&r1=1876692&r2=1876693&view=diff
==============================================================================
--- 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/faulttolerance/package-tree.html
 (original)
+++ 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/faulttolerance/package-tree.html
 Sat Apr 18 13:10:45 2020
@@ -89,11 +89,11 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="../../../../org/eclipse/microprofile/faulttolerance/CircuitBreaker.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">CircuitBreaker</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="../../../../org/eclipse/microprofile/faulttolerance/Timeout.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Timeout</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="../../../../org/eclipse/microprofile/faulttolerance/Asynchronous.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Asynchronous</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="../../../../org/eclipse/microprofile/faulttolerance/CircuitBreaker.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">CircuitBreaker</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="../../../../org/eclipse/microprofile/faulttolerance/Bulkhead.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Bulkhead</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="../../../../org/eclipse/microprofile/faulttolerance/Retry.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Retry</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="../../../../org/eclipse/microprofile/faulttolerance/Timeout.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Timeout</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="../../../../org/eclipse/microprofile/faulttolerance/Fallback.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Fallback</span></a> (implements 
java.lang.annotation.Annotation)</li>
 </ul>
 </div>

Modified: 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/metrics/annotation/package-tree.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/metrics/annotation/package-tree.html?rev=1876693&r1=1876692&r2=1876693&view=diff
==============================================================================
--- 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/metrics/annotation/package-tree.html
 (original)
+++ 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/metrics/annotation/package-tree.html
 Sat Apr 18 13:10:45 2020
@@ -76,12 +76,12 @@
 <div class="contentContainer">
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/Metric.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Metric</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/Metered.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Metered</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/Gauge.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Gauge</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/RegistryType.html"
 title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">RegistryType</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/Timed.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Timed</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/Counted.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Counted</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/Gauge.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Gauge</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/Timed.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Timed</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="../../../../../org/eclipse/microprofile/metrics/annotation/Metric.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Metric</span></a> (implements 
java.lang.annotation.Annotation)</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->

Modified: 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/rest/client/inject/package-tree.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/rest/client/inject/package-tree.html?rev=1876693&r1=1876692&r2=1876693&view=diff
==============================================================================
--- 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/rest/client/inject/package-tree.html
 (original)
+++ 
tomee/site/trunk/content/microprofile-2.0/javadoc/org/eclipse/microprofile/rest/client/inject/package-tree.html
 Sat Apr 18 13:10:45 2020
@@ -88,8 +88,8 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.eclipse.microprofile.rest.client.inject.<a 
href="../../../../../../org/eclipse/microprofile/rest/client/inject/RestClient.html"
 title="annotation in org.eclipse.microprofile.rest.client.inject"><span 
class="typeNameLink">RestClient</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.rest.client.inject.<a 
href="../../../../../../org/eclipse/microprofile/rest/client/inject/RegisterRestClient.html"
 title="annotation in org.eclipse.microprofile.rest.client.inject"><span 
class="typeNameLink">RegisterRestClient</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.rest.client.inject.<a 
href="../../../../../../org/eclipse/microprofile/rest/client/inject/RestClient.html"
 title="annotation in org.eclipse.microprofile.rest.client.inject"><span 
class="typeNameLink">RestClient</span></a> (implements 
java.lang.annotation.Annotation)</li>
 </ul>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->

Modified: tomee/site/trunk/content/microprofile-2.0/javadoc/overview-tree.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/microprofile-2.0/javadoc/overview-tree.html?rev=1876693&r1=1876692&r2=1876693&view=diff
==============================================================================
--- tomee/site/trunk/content/microprofile-2.0/javadoc/overview-tree.html 
(original)
+++ tomee/site/trunk/content/microprofile-2.0/javadoc/overview-tree.html Sat 
Apr 18 13:10:45 2020
@@ -299,28 +299,28 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
+<li type="circle">io.astefanutti.metrics.cdi.se.<a 
href="io/astefanutti/metrics/cdi/se/FooQualifier.html" title="annotation in 
io.astefanutti.metrics.cdi.se"><span 
class="typeNameLink">FooQualifier</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.jwt.<a 
href="org/eclipse/microprofile/jwt/Claim.html" title="annotation in 
org.eclipse.microprofile.jwt"><span class="typeNameLink">Claim</span></a> 
(implements java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.opentracing.<a 
href="org/eclipse/microprofile/opentracing/Traced.html" title="annotation in 
org.eclipse.microprofile.opentracing"><span 
class="typeNameLink">Traced</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Metric.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Metric</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Metered.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Metered</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Gauge.html" title="annotation 
in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Gauge</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/RegistryType.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">RegistryType</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Timed.html" title="annotation 
in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Timed</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Counted.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Counted</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="org/eclipse/microprofile/faulttolerance/CircuitBreaker.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">CircuitBreaker</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="org/eclipse/microprofile/faulttolerance/Timeout.html" title="annotation 
in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Timeout</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="org/eclipse/microprofile/faulttolerance/Asynchronous.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Asynchronous</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="org/eclipse/microprofile/faulttolerance/CircuitBreaker.html" 
title="annotation in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">CircuitBreaker</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="org/eclipse/microprofile/faulttolerance/Bulkhead.html" title="annotation 
in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Bulkhead</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="org/eclipse/microprofile/faulttolerance/Retry.html" title="annotation in 
org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Retry</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="org/eclipse/microprofile/faulttolerance/Timeout.html" title="annotation 
in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Timeout</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.faulttolerance.<a 
href="org/eclipse/microprofile/faulttolerance/Fallback.html" title="annotation 
in org.eclipse.microprofile.faulttolerance"><span 
class="typeNameLink">Fallback</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.config.inject.<a 
href="org/eclipse/microprofile/config/inject/ConfigProperty.html" 
title="annotation in org.eclipse.microprofile.config.inject"><span 
class="typeNameLink">ConfigProperty</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.auth.<a 
href="org/eclipse/microprofile/auth/LoginConfig.html" title="annotation in 
org.eclipse.microprofile.auth"><span 
class="typeNameLink">LoginConfig</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.health.<a 
href="org/eclipse/microprofile/health/Health.html" title="annotation in 
org.eclipse.microprofile.health"><span class="typeNameLink">Health</span></a> 
(implements java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.rest.client.inject.<a 
href="org/eclipse/microprofile/rest/client/inject/RestClient.html" 
title="annotation in org.eclipse.microprofile.rest.client.inject"><span 
class="typeNameLink">RestClient</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">org.eclipse.microprofile.rest.client.inject.<a 
href="org/eclipse/microprofile/rest/client/inject/RegisterRestClient.html" 
title="annotation in org.eclipse.microprofile.rest.client.inject"><span 
class="typeNameLink">RegisterRestClient</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Metered.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Metered</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/RegistryType.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">RegistryType</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Counted.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Counted</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Gauge.html" title="annotation 
in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Gauge</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Timed.html" title="annotation 
in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Timed</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.metrics.annotation.<a 
href="org/eclipse/microprofile/metrics/annotation/Metric.html" 
title="annotation in org.eclipse.microprofile.metrics.annotation"><span 
class="typeNameLink">Metric</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.rest.client.annotation.<a 
href="org/eclipse/microprofile/rest/client/annotation/RegisterProvider.html" 
title="annotation in org.eclipse.microprofile.rest.client.annotation"><span 
class="typeNameLink">RegisterProvider</span></a> (implements 
java.lang.annotation.Annotation)</li>
 <li type="circle">org.eclipse.microprofile.rest.client.annotation.<a 
href="org/eclipse/microprofile/rest/client/annotation/RegisterProviders.html" 
title="annotation in org.eclipse.microprofile.rest.client.annotation"><span 
class="typeNameLink">RegisterProviders</span></a> (implements 
java.lang.annotation.Annotation)</li>
-<li type="circle">io.astefanutti.metrics.cdi.se.<a 
href="io/astefanutti/metrics/cdi/se/FooQualifier.html" title="annotation in 
io.astefanutti.metrics.cdi.se"><span 
class="typeNameLink">FooQualifier</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.rest.client.inject.<a 
href="org/eclipse/microprofile/rest/client/inject/RegisterRestClient.html" 
title="annotation in org.eclipse.microprofile.rest.client.inject"><span 
class="typeNameLink">RegisterRestClient</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.rest.client.inject.<a 
href="org/eclipse/microprofile/rest/client/inject/RestClient.html" 
title="annotation in org.eclipse.microprofile.rest.client.inject"><span 
class="typeNameLink">RestClient</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.auth.<a 
href="org/eclipse/microprofile/auth/LoginConfig.html" title="annotation in 
org.eclipse.microprofile.auth"><span 
class="typeNameLink">LoginConfig</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.opentracing.<a 
href="org/eclipse/microprofile/opentracing/Traced.html" title="annotation in 
org.eclipse.microprofile.opentracing"><span 
class="typeNameLink">Traced</span></a> (implements 
java.lang.annotation.Annotation)</li>
+<li type="circle">org.eclipse.microprofile.health.<a 
href="org/eclipse/microprofile/health/Health.html" title="annotation in 
org.eclipse.microprofile.health"><span class="typeNameLink">Health</span></a> 
(implements java.lang.annotation.Annotation)</li>
 </ul>
 <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
 <ul>


Reply via email to