| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <title>Deprecated List</title> |
| <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| <script type="text/javascript" src="script.js"></script> |
| |
| <link rel="shortcut icon" href="/img/microprofile-favicon.png"> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Deprecated List"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li class="navBarCell1Rev">Deprecated</li> |
| <li><a href="index-all.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> |
| <li><a href="deprecated-list.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <div class="header"> |
| <h1 title="Deprecated API" class="title">Deprecated API</h1> |
| <h2 title="Contents">Contents</h2> |
| <ul> |
| <li><a href="#enum">Deprecated Enums</a></li> |
| <li><a href="#annotation.type">Deprecated Annotation Types</a></li> |
| <li><a href="#enum.constant">Deprecated Enum Constants</a></li> |
| </ul> |
| </div> |
| <div class="contentContainer"><a name="enum"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Enums table, listing deprecated enums, and an explanation"> |
| <caption><span>Deprecated Enums</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Enum and Description</th> |
| </tr> |
| <tbody> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/microprofile/metrics/MetricRegistry.Type.html" title="enum in org.eclipse.microprofile.metrics">org.eclipse.microprofile.metrics.MetricRegistry.Type</a> |
| <div class="block"><span class="deprecationComment">As of release 5.0, please use <a href="org/eclipse/microprofile/metrics/MetricRegistry.html#APPLICATION_SCOPE"><code>MetricRegistry.APPLICATION_SCOPE</code></a>, |
| <a href="org/eclipse/microprofile/metrics/MetricRegistry.html#BASE_SCOPE"><code>MetricRegistry.BASE_SCOPE</code></a> or <a href="org/eclipse/microprofile/metrics/MetricRegistry.html#VENDOR_SCOPE"><code>MetricRegistry.VENDOR_SCOPE</code></a> with <a href="org/eclipse/microprofile/metrics/annotation/RegistryScope.html" title="annotation in org.eclipse.microprofile.metrics.annotation"><code>RegistryScope</code></a> |
| instead.</span></div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </li> |
| </ul> |
| <a name="annotation.type"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Annotation Types table, listing deprecated annotation types, and an explanation"> |
| <caption><span>Deprecated Annotation Types</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Annotation Type and Description</th> |
| </tr> |
| <tbody> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/microprofile/metrics/annotation/RegistryType.html" title="annotation in org.eclipse.microprofile.metrics.annotation">org.eclipse.microprofile.metrics.annotation.RegistryType</a> |
| <div class="block"><span class="deprecationComment">As of rlease 5.0, please use <a href="org/eclipse/microprofile/metrics/annotation/RegistryScope.html" title="annotation in org.eclipse.microprofile.metrics.annotation"><code>RegistryScope</code></a> instead</span></div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </li> |
| </ul> |
| <a name="enum.constant"> |
| <!-- --> |
| </a> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Enum Constants table, listing deprecated enum constants, and an explanation"> |
| <caption><span>Deprecated Enum Constants</span><span class="tabEnd"> </span></caption> |
| <tr> |
| <th class="colOne" scope="col">Enum Constant and Description</th> |
| </tr> |
| <tbody> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/microprofile/metrics/MetricRegistry.Type.html#APPLICATION">org.eclipse.microprofile.metrics.MetricRegistry.Type.APPLICATION</a> |
| <div class="block"><span class="deprecationComment">As of release 5.0, please use <a href="org/eclipse/microprofile/metrics/MetricRegistry.html#APPLICATION_SCOPE"><code>MetricRegistry.APPLICATION_SCOPE</code></a> with <a href="org/eclipse/microprofile/metrics/annotation/RegistryScope.html" title="annotation in org.eclipse.microprofile.metrics.annotation"><code>RegistryScope</code></a> |
| instead.</span></div> |
| </td> |
| </tr> |
| <tr class="rowColor"> |
| <td class="colOne"><a href="org/eclipse/microprofile/metrics/MetricRegistry.Type.html#BASE">org.eclipse.microprofile.metrics.MetricRegistry.Type.BASE</a> |
| <div class="block"><span class="deprecationComment">As of release 5.0, please use <a href="org/eclipse/microprofile/metrics/MetricRegistry.html#BASE_SCOPE"><code>MetricRegistry.BASE_SCOPE</code></a> with <a href="org/eclipse/microprofile/metrics/annotation/RegistryScope.html" title="annotation in org.eclipse.microprofile.metrics.annotation"><code>RegistryScope</code></a> |
| instead.</span></div> |
| </td> |
| </tr> |
| <tr class="altColor"> |
| <td class="colOne"><a href="org/eclipse/microprofile/metrics/MetricRegistry.Type.html#VENDOR">org.eclipse.microprofile.metrics.MetricRegistry.Type.VENDOR</a> |
| <div class="block"><span class="deprecationComment">As of release 5.0, please use <a href="org/eclipse/microprofile/metrics/MetricRegistry.html#VENDOR_SCOPE"><code>MetricRegistry.VENDOR_SCOPE</code></a> with <a href="org/eclipse/microprofile/metrics/annotation/RegistryScope.html" title="annotation in org.eclipse.microprofile.metrics.annotation"><code>RegistryScope</code></a> |
| instead.</span></div> |
| </td> |
| </tr> |
| </tbody> |
| </table> |
| </li> |
| </ul> |
| </div> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li class="navBarCell1Rev">Deprecated</li> |
| <li><a href="index-all.html">Index</a></li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> |
| <li><a href="deprecated-list.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| </body> |
| </html> |