blob: 60ff26e6379a6723e89dfaab709635fde1327fa8 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AnnotationProvider (Apache Juneau 9.0.0)</title>
<link rel="stylesheet" type="text/css" href="../../../javadoc.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="AnnotationProvider (Apache Juneau 9.0.0)";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":6,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></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><a href="../../../org/apache/juneau/AnnotationApplier.NoOp.html" title="class in org.apache.juneau"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/apache/juneau/AnnotationWork.html" title="class in org.apache.juneau"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/juneau/AnnotationProvider.html" target="_top">Frames</a></li>
<li><a href="AnnotationProvider.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.juneau</div>
<h2 title="Interface AnnotationProvider" class="title">Interface AnnotationProvider</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><a href="../../../org/apache/juneau/csv/CsvMetaProvider.html" title="interface in org.apache.juneau.csv">CsvMetaProvider</a>, <a href="../../../org/apache/juneau/html/HtmlMetaProvider.html" title="interface in org.apache.juneau.html">HtmlMetaProvider</a>, <a href="../../../org/apache/juneau/json/JsonMetaProvider.html" title="interface in org.apache.juneau.json">JsonMetaProvider</a>, <a href="../../../org/apache/juneau/jsonschema/JsonSchemaMetaProvider.html" title="interface in org.apache.juneau.jsonschema">JsonSchemaMetaProvider</a>, <a href="../../../org/apache/juneau/msgpack/MsgPackMetaProvider.html" title="interface in org.apache.juneau.msgpack">MsgPackMetaProvider</a>, <a href="../../../org/apache/juneau/oapi/OpenApiMetaProvider.html" title="interface in org.apache.juneau.oapi">OpenApiMetaProvider</a>, <a href="../../../org/apache/juneau/plaintext/PlainTextMetaProvider.html" title="interface in org.apache.juneau.plaintext">PlainTextMetaProvider</a>, <a href="../../../org/apache/juneau/soap/SoapXmlMetaProvider.html" title="interface in org.apache.juneau.soap">SoapXmlMetaProvider</a>, <a href="../../../org/apache/juneau/uon/UonMetaProvider.html" title="interface in org.apache.juneau.uon">UonMetaProvider</a>, <a href="../../../org/apache/juneau/urlencoding/UrlEncodingMetaProvider.html" title="interface in org.apache.juneau.urlencoding">UrlEncodingMetaProvider</a>, <a href="../../../org/apache/juneau/xml/XmlMetaProvider.html" title="interface in org.apache.juneau.xml">XmlMetaProvider</a></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../org/apache/juneau/httppart/BaseHttpPartParser.html" title="class in org.apache.juneau.httppart">BaseHttpPartParser</a>, <a href="../../../org/apache/juneau/httppart/BaseHttpPartSerializer.html" title="class in org.apache.juneau.httppart">BaseHttpPartSerializer</a>, <a href="../../../org/apache/juneau/BeanContext.html" title="class in org.apache.juneau">BeanContext</a>, <a href="../../../org/apache/juneau/BeanContextable.html" title="class in org.apache.juneau">BeanContextable</a>, <a href="../../../org/apache/juneau/BeanTraverseContext.html" title="class in org.apache.juneau">BeanTraverseContext</a>, <a href="../../../org/apache/juneau/config/store/ClasspathStore.html" title="class in org.apache.juneau.config.store">ClasspathStore</a>, <a href="../../../org/apache/juneau/config/Config.html" title="class in org.apache.juneau.config">Config</a>, <a href="../../../org/apache/juneau/config/store/ConfigStore.html" title="class in org.apache.juneau.config.store">ConfigStore</a>, <a href="../../../org/apache/juneau/Context.html" title="class in org.apache.juneau">Context</a>, <a href="../../../org/apache/juneau/csv/CsvParser.html" title="class in org.apache.juneau.csv">CsvParser</a>, <a href="../../../org/apache/juneau/csv/CsvSerializer.html" title="class in org.apache.juneau.csv">CsvSerializer</a>, <a href="../../../org/apache/juneau/config/store/FileStore.html" title="class in org.apache.juneau.config.store">FileStore</a>, <a href="../../../org/apache/juneau/html/HtmlDocSerializer.html" title="class in org.apache.juneau.html">HtmlDocSerializer</a>, <a href="../../../org/apache/juneau/html/HtmlParser.html" title="class in org.apache.juneau.html">HtmlParser</a>, <a href="../../../org/apache/juneau/html/HtmlSchemaDocSerializer.html" title="class in org.apache.juneau.html">HtmlSchemaDocSerializer</a>, <a href="../../../org/apache/juneau/html/HtmlSchemaSerializer.html" title="class in org.apache.juneau.html">HtmlSchemaSerializer</a>, <a href="../../../org/apache/juneau/html/HtmlSchemaSerializer.Readable.html" title="class in org.apache.juneau.html">HtmlSchemaSerializer.Readable</a>, <a href="../../../org/apache/juneau/html/HtmlSchemaSerializer.Simple.html" title="class in org.apache.juneau.html">HtmlSchemaSerializer.Simple</a>, <a href="../../../org/apache/juneau/html/HtmlSchemaSerializer.SimpleReadable.html" title="class in org.apache.juneau.html">HtmlSchemaSerializer.SimpleReadable</a>, <a href="../../../org/apache/juneau/html/HtmlSerializer.html" title="class in org.apache.juneau.html">HtmlSerializer</a>, <a href="../../../org/apache/juneau/html/HtmlSerializer.Sq.html" title="class in org.apache.juneau.html">HtmlSerializer.Sq</a>, <a href="../../../org/apache/juneau/html/HtmlSerializer.SqReadable.html" title="class in org.apache.juneau.html">HtmlSerializer.SqReadable</a>, <a href="../../../org/apache/juneau/html/HtmlStrippedDocSerializer.html" title="class in org.apache.juneau.html">HtmlStrippedDocSerializer</a>, <a href="../../../org/apache/juneau/examples/parser/ImageParser.html" title="class in org.apache.juneau.examples.parser">ImageParser</a>, <a href="../../../org/apache/juneau/examples/serializer/ImageSerializer.html" title="class in org.apache.juneau.examples.serializer">ImageSerializer</a>, <a href="../../../org/apache/juneau/parser/InputStreamParser.html" title="class in org.apache.juneau.parser">InputStreamParser</a>, <a href="../../../org/apache/juneau/json/JsonParser.html" title="class in org.apache.juneau.json">JsonParser</a>, <a href="../../../org/apache/juneau/json/JsonParser.Strict.html" title="class in org.apache.juneau.json">JsonParser.Strict</a>, <a href="../../../org/apache/juneau/jsonschema/JsonSchemaGenerator.html" title="class in org.apache.juneau.jsonschema">JsonSchemaGenerator</a>, <a href="../../../org/apache/juneau/json/JsonSchemaSerializer.html" title="class in org.apache.juneau.json">JsonSchemaSerializer</a>, <a href="../../../org/apache/juneau/json/JsonSchemaSerializer.Readable.html" title="class in org.apache.juneau.json">JsonSchemaSerializer.Readable</a>, <a href="../../../org/apache/juneau/json/JsonSchemaSerializer.Simple.html" title="class in org.apache.juneau.json">JsonSchemaSerializer.Simple</a>, <a href="../../../org/apache/juneau/json/JsonSchemaSerializer.SimpleReadable.html" title="class in org.apache.juneau.json">JsonSchemaSerializer.SimpleReadable</a>, <a href="../../../org/apache/juneau/json/JsonSerializer.html" title="class in org.apache.juneau.json">JsonSerializer</a>, <a href="../../../org/apache/juneau/json/JsonSerializer.Readable.html" title="class in org.apache.juneau.json">JsonSerializer.Readable</a>, <a href="../../../org/apache/juneau/json/JsonSerializer.ReadableSafe.html" title="class in org.apache.juneau.json">JsonSerializer.ReadableSafe</a>, <a href="../../../org/apache/juneau/config/store/MemoryStore.html" title="class in org.apache.juneau.config.store">MemoryStore</a>, <a href="../../../org/apache/juneau/rest/mock/MockRestClient.html" title="class in org.apache.juneau.rest.mock">MockRestClient</a>, <a href="../../../org/apache/juneau/msgpack/MsgPackParser.html" title="class in org.apache.juneau.msgpack">MsgPackParser</a>, <a href="../../../org/apache/juneau/msgpack/MsgPackParser.Base64.html" title="class in org.apache.juneau.msgpack">MsgPackParser.Base64</a>, <a href="../../../org/apache/juneau/msgpack/MsgPackParser.SpacedHex.html" title="class in org.apache.juneau.msgpack">MsgPackParser.SpacedHex</a>, <a href="../../../org/apache/juneau/msgpack/MsgPackSerializer.html" title="class in org.apache.juneau.msgpack">MsgPackSerializer</a>, <a href="../../../org/apache/juneau/msgpack/MsgPackSerializer.Base64.html" title="class in org.apache.juneau.msgpack">MsgPackSerializer.Base64</a>, <a href="../../../org/apache/juneau/msgpack/MsgPackSerializer.SpacedHex.html" title="class in org.apache.juneau.msgpack">MsgPackSerializer.SpacedHex</a>, <a href="../../../org/apache/juneau/oapi/OpenApiParser.html" title="class in org.apache.juneau.oapi">OpenApiParser</a>, <a href="../../../org/apache/juneau/oapi/OpenApiSerializer.html" title="class in org.apache.juneau.oapi">OpenApiSerializer</a>, <a href="../../../org/apache/juneau/serializer/OutputStreamSerializer.html" title="class in org.apache.juneau.serializer">OutputStreamSerializer</a>, <a href="../../../org/apache/juneau/parser/Parser.html" title="class in org.apache.juneau.parser">Parser</a>, <a href="../../../org/apache/juneau/parser/Parser.Null.html" title="class in org.apache.juneau.parser">Parser.Null</a>, <a href="../../../org/apache/juneau/parser/ParserSet.Inherit.html" title="class in org.apache.juneau.parser">ParserSet.Inherit</a>, <a href="../../../org/apache/juneau/parser/ParserSet.NoInherit.html" title="class in org.apache.juneau.parser">ParserSet.NoInherit</a>, <a href="../../../org/apache/juneau/plaintext/PlainTextParser.html" title="class in org.apache.juneau.plaintext">PlainTextParser</a>, <a href="../../../org/apache/juneau/plaintext/PlainTextSerializer.html" title="class in org.apache.juneau.plaintext">PlainTextSerializer</a>, <a href="../../../org/apache/juneau/parser/ReaderParser.html" title="class in org.apache.juneau.parser">ReaderParser</a>, <a href="../../../org/apache/juneau/rest/client/RestClient.html" title="class in org.apache.juneau.rest.client">RestClient</a>, <a href="../../../org/apache/juneau/rest/RestContext.html" title="class in org.apache.juneau.rest">RestContext</a>, <a href="../../../org/apache/juneau/rest/RestOpContext.html" title="class in org.apache.juneau.rest">RestOpContext</a>, <a href="../../../org/apache/juneau/rest/rrpc/RrpcRestOpContext.html" title="class in org.apache.juneau.rest.rrpc">RrpcRestOpContext</a>, <a href="../../../org/apache/juneau/serializer/Serializer.html" title="class in org.apache.juneau.serializer">Serializer</a>, <a href="../../../org/apache/juneau/serializer/Serializer.Null.html" title="class in org.apache.juneau.serializer">Serializer.Null</a>, <a href="../../../org/apache/juneau/serializer/SerializerSet.Inherit.html" title="class in org.apache.juneau.serializer">SerializerSet.Inherit</a>, <a href="../../../org/apache/juneau/serializer/SerializerSet.NoInherit.html" title="class in org.apache.juneau.serializer">SerializerSet.NoInherit</a>, <a href="../../../org/apache/juneau/json/SimpleJsonParser.html" title="class in org.apache.juneau.json">SimpleJsonParser</a>, <a href="../../../org/apache/juneau/json/SimpleJsonSerializer.html" title="class in org.apache.juneau.json">SimpleJsonSerializer</a>, <a href="../../../org/apache/juneau/json/SimpleJsonSerializer.Readable.html" title="class in org.apache.juneau.json">SimpleJsonSerializer.Readable</a>, <a href="../../../org/apache/juneau/httppart/SimplePartParser.html" title="class in org.apache.juneau.httppart">SimplePartParser</a>, <a href="../../../org/apache/juneau/httppart/SimplePartSerializer.html" title="class in org.apache.juneau.httppart">SimplePartSerializer</a>, <a href="../../../org/apache/juneau/soap/SoapXmlSerializer.html" title="class in org.apache.juneau.soap">SoapXmlSerializer</a>, <a href="../../../org/apache/juneau/examples/core/config/store/SqlStore.html" title="class in org.apache.juneau.examples.core.config.store">SqlStore</a>, <a href="../../../org/apache/juneau/uon/UonParser.html" title="class in org.apache.juneau.uon">UonParser</a>, <a href="../../../org/apache/juneau/uon/UonParser.Decoding.html" title="class in org.apache.juneau.uon">UonParser.Decoding</a>, <a href="../../../org/apache/juneau/uon/UonSerializer.html" title="class in org.apache.juneau.uon">UonSerializer</a>, <a href="../../../org/apache/juneau/uon/UonSerializer.Encoding.html" title="class in org.apache.juneau.uon">UonSerializer.Encoding</a>, <a href="../../../org/apache/juneau/uon/UonSerializer.Readable.html" title="class in org.apache.juneau.uon">UonSerializer.Readable</a>, <a href="../../../org/apache/juneau/urlencoding/UrlEncodingParser.html" title="class in org.apache.juneau.urlencoding">UrlEncodingParser</a>, <a href="../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer</a>, <a href="../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Expanded.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Expanded</a>, <a href="../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.PlainText.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.PlainText</a>, <a href="../../../org/apache/juneau/urlencoding/UrlEncodingSerializer.Readable.html" title="class in org.apache.juneau.urlencoding">UrlEncodingSerializer.Readable</a>, <a href="../../../org/apache/juneau/serializer/WriterSerializer.html" title="class in org.apache.juneau.serializer">WriterSerializer</a>, <a href="../../../org/apache/juneau/xml/XmlDocSerializer.html" title="class in org.apache.juneau.xml">XmlDocSerializer</a>, <a href="../../../org/apache/juneau/xml/XmlDocSerializer.Ns.html" title="class in org.apache.juneau.xml">XmlDocSerializer.Ns</a>, <a href="../../../org/apache/juneau/xml/XmlParser.html" title="class in org.apache.juneau.xml">XmlParser</a>, <a href="../../../org/apache/juneau/xml/XmlSerializer.html" title="class in org.apache.juneau.xml">XmlSerializer</a>, <a href="../../../org/apache/juneau/xml/XmlSerializer.Ns.html" title="class in org.apache.juneau.xml">XmlSerializer.Ns</a>, <a href="../../../org/apache/juneau/xml/XmlSerializer.NsSq.html" title="class in org.apache.juneau.xml">XmlSerializer.NsSq</a>, <a href="../../../org/apache/juneau/xml/XmlSerializer.NsSqReadable.html" title="class in org.apache.juneau.xml">XmlSerializer.NsSqReadable</a>, <a href="../../../org/apache/juneau/xml/XmlSerializer.Sq.html" title="class in org.apache.juneau.xml">XmlSerializer.Sq</a>, <a href="../../../org/apache/juneau/xml/XmlSerializer.SqReadable.html" title="class in org.apache.juneau.xml">XmlSerializer.SqReadable</a></dd>
</dl>
<hr>
<br>
<pre>public interface <a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.30">AnnotationProvider</a></pre>
<div class="block">Interface that provides the ability to look up annotations on classes/methods/constructors/fields.
<ul class='seealso'>
<li class='extlink'><a class='doclink' target='_blank' href='https://github.com/apache/juneau/blob/master/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/AnnotationProvider.java'>Source</a>
</ul></div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../org/apache/juneau/AnnotationProvider.html" title="interface in org.apache.juneau">AnnotationProvider</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#DEFAULT">DEFAULT</a></span></code>
<div class="block">Default metadata provider.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#DISABLE_ANNOTATION_CACHING">DISABLE_ANNOTATION_CACHING</a></span></code>
<div class="block">Disable annotation caching.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#firstAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-">firstAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the first matching annotation on the specified class.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#firstAnnotation-java.lang.Class-java.lang.reflect.Constructor-java.util.function.Predicate-">firstAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;onConstructor,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the first matching annotation on the specified constructor.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#firstAnnotation-java.lang.Class-java.lang.reflect.Field-java.util.function.Predicate-">firstAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a>&nbsp;onField,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the first matching annotation on the specified field.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#firstAnnotation-java.lang.Class-java.lang.reflect.Method-java.util.function.Predicate-">firstAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;onMethod,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the first matching annotation on the specified method.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#firstDeclaredAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-">firstDeclaredAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the first matching declared annotations on the specified class.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#forEachAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-java.util.function.Consumer-">forEachAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</code>
<div class="block">Performs an action on the matching annotations on the specified class.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#forEachAnnotation-java.lang.Class-java.lang.reflect.Constructor-java.util.function.Predicate-java.util.function.Consumer-">forEachAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;onConstructor,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</code>
<div class="block">Performs an action on the matching annotations on the specified constructor.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#forEachAnnotation-java.lang.Class-java.lang.reflect.Field-java.util.function.Predicate-java.util.function.Consumer-">forEachAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a>&nbsp;onField,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</code>
<div class="block">Performs an action on the matching annotations on the specified field.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#forEachAnnotation-java.lang.Class-java.lang.reflect.Method-java.util.function.Predicate-java.util.function.Consumer-">forEachAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;onMethod,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</code>
<div class="block">Performs an action on the matching annotations on the specified method.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#forEachDeclaredAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-java.util.function.Consumer-">forEachDeclaredAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</code>
<div class="block">Performs an action on the matching declared annotations on the specified class.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#lastAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-">lastAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the last matching annotation on the specified class.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#lastAnnotation-java.lang.Class-java.lang.reflect.Constructor-java.util.function.Predicate-">lastAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;onConstructor,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the last matching annotation on the specified constructor.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#lastAnnotation-java.lang.Class-java.lang.reflect.Field-java.util.function.Predicate-">lastAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a>&nbsp;onField,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the last matching annotation on the specified field.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#lastAnnotation-java.lang.Class-java.lang.reflect.Method-java.util.function.Predicate-">lastAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;onMethod,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the last matching annotation on the specified method.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;<br>A</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/apache/juneau/AnnotationProvider.html#lastDeclaredAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-">lastDeclaredAnnotation</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</code>
<div class="block">Finds the last matching declared annotations on the specified class.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="DISABLE_ANNOTATION_CACHING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DISABLE_ANNOTATION_CACHING</h4>
<pre>static final&nbsp;boolean <a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.35">DISABLE_ANNOTATION_CACHING</a></pre>
<div class="block">Disable annotation caching.</div>
</li>
</ul>
<a name="DEFAULT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>DEFAULT</h4>
<pre>static final&nbsp;<a href="../../../org/apache/juneau/AnnotationProvider.html" title="interface in org.apache.juneau">AnnotationProvider</a> <a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.41">DEFAULT</a></pre>
<div class="block">Default metadata provider.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="forEachAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-java.util.function.Consumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>forEachAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;void&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.209">forEachAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</pre>
<div class="block">Performs an action on the matching annotations on the specified class.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onClass</code> - The class to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if action should be performed. Can be <jk>null</jk>.</dd>
<dd><code>action</code> - An action to perform on the entry.</dd>
</dl>
</li>
</ul>
<a name="firstAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>firstAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.220">firstAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the first matching annotation on the specified class.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onClass</code> - The class to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if not found.</dd>
</dl>
</li>
</ul>
<a name="lastAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lastAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.231">lastAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the last matching annotation on the specified class.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onClass</code> - The class to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if not found.</dd>
</dl>
</li>
</ul>
<a name="forEachDeclaredAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-java.util.function.Consumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>forEachDeclaredAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;void&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.242">forEachDeclaredAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</pre>
<div class="block">Performs an action on the matching declared annotations on the specified class.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onClass</code> - The class to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if action should be performed. Can be <jk>null</jk>.</dd>
<dd><code>action</code> - An action to perform on the entry.</dd>
</dl>
</li>
</ul>
<a name="firstDeclaredAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>firstDeclaredAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.253">firstDeclaredAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the first matching declared annotations on the specified class.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onClass</code> - The class to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if no annotations matched.</dd>
</dl>
</li>
</ul>
<a name="lastDeclaredAnnotation-java.lang.Class-java.lang.Class-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lastDeclaredAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.264">lastDeclaredAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;onClass,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the last matching declared annotations on the specified class.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onClass</code> - The class to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if no annotations matched.</dd>
</dl>
</li>
</ul>
<a name="forEachAnnotation-java.lang.Class-java.lang.reflect.Method-java.util.function.Predicate-java.util.function.Consumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>forEachAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;void&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.275">forEachAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;onMethod,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</pre>
<div class="block">Performs an action on the matching annotations on the specified method.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onMethod</code> - The method to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if action should be performed. Can be <jk>null</jk>.</dd>
<dd><code>action</code> - An action to perform on the entry.</dd>
</dl>
</li>
</ul>
<a name="firstAnnotation-java.lang.Class-java.lang.reflect.Method-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>firstAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.286">firstAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;onMethod,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the first matching annotation on the specified method.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onMethod</code> - The method to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if no annotations matched.</dd>
</dl>
</li>
</ul>
<a name="lastAnnotation-java.lang.Class-java.lang.reflect.Method-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lastAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.297">lastAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</a>&nbsp;onMethod,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the last matching annotation on the specified method.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onMethod</code> - The method to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if no annotations matched.</dd>
</dl>
</li>
</ul>
<a name="forEachAnnotation-java.lang.Class-java.lang.reflect.Field-java.util.function.Predicate-java.util.function.Consumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>forEachAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;void&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.308">forEachAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a>&nbsp;onField,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</pre>
<div class="block">Performs an action on the matching annotations on the specified field.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onField</code> - The field to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if action should be performed. Can be <jk>null</jk>.</dd>
<dd><code>action</code> - An action to perform on the entry.</dd>
</dl>
</li>
</ul>
<a name="firstAnnotation-java.lang.Class-java.lang.reflect.Field-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>firstAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.319">firstAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a>&nbsp;onField,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the first matching annotation on the specified field.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onField</code> - The field to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if no annotations matched.</dd>
</dl>
</li>
</ul>
<a name="lastAnnotation-java.lang.Class-java.lang.reflect.Field-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lastAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.330">lastAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html?is-external=true" title="class or interface in java.lang.reflect">Field</a>&nbsp;onField,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the last matching annotation on the specified field.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onField</code> - The field to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if no annotations matched.</dd>
</dl>
</li>
</ul>
<a name="forEachAnnotation-java.lang.Class-java.lang.reflect.Constructor-java.util.function.Predicate-java.util.function.Consumer-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>forEachAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;void&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.341">forEachAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;onConstructor,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a>&lt;A&gt;&nbsp;action)</pre>
<div class="block">Performs an action on the matching annotations on the specified constructor.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onConstructor</code> - The constructor to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if action should be performed. Can be <jk>null</jk>.</dd>
<dd><code>action</code> - An action to perform on the entry.</dd>
</dl>
</li>
</ul>
<a name="firstAnnotation-java.lang.Class-java.lang.reflect.Constructor-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>firstAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.352">firstAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;onConstructor,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the first matching annotation on the specified constructor.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onConstructor</code> - The constructor to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if no annotations matched.</dd>
</dl>
</li>
</ul>
<a name="lastAnnotation-java.lang.Class-java.lang.reflect.Constructor-java.util.function.Predicate-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>lastAnnotation</h4>
<pre>&lt;A extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>&gt;&nbsp;A&nbsp;<a href="../../../src-html/org/apache/juneau/AnnotationProvider.html#line.363">lastAnnotation</a>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;A&gt;&nbsp;type,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</a>&lt;?&gt;&nbsp;onConstructor,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/function/Predicate.html?is-external=true" title="class or interface in java.util.function">Predicate</a>&lt;A&gt;&nbsp;filter)</pre>
<div class="block">Finds the last matching annotation on the specified constructor.</div>
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>A</code> - The annotation type to find.</dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>type</code> - The annotation type to find.</dd>
<dd><code>onConstructor</code> - The constructor to search on.</dd>
<dd><code>filter</code> - A predicate to apply to the entries to determine if value should be used. Can be <jk>null</jk>.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The matched annotation, or <jk>null</jk> if no annotations matched.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></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><a href="../../../org/apache/juneau/AnnotationApplier.NoOp.html" title="class in org.apache.juneau"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../org/apache/juneau/AnnotationWork.html" title="class in org.apache.juneau"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/apache/juneau/AnnotationProvider.html" target="_top">Frames</a></li>
<li><a href="AnnotationProvider.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>