This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new bbf45bb986 Deploy documentation staging from
af42091bb451ff8304335cc8ad75db0722b1ecaf
af42091bb451ff8304335cc8ad75db0722b1ecaf
bbf45bb986 is described below
commit bbf45bb9864e8f04c3bffeeeeaa6dc16a797fb61
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 3 20:01:32 2025 +0000
Deploy documentation staging from af42091bb451ff8304335cc8ad75db0722b1ecaf
af42091bb451ff8304335cc8ad75db0722b1ecaf
---
.../juneau/common/reflect/AccessibleInfo.html | 58 +++++++++++-----------
1 file changed, 28 insertions(+), 30 deletions(-)
diff --git a/site/xref/org/apache/juneau/common/reflect/AccessibleInfo.html
b/site/xref/org/apache/juneau/common/reflect/AccessibleInfo.html
index 03585d81ca..df38f336de 100644
--- a/site/xref/org/apache/juneau/common/reflect/AccessibleInfo.html
+++ b/site/xref/org/apache/juneau/common/reflect/AccessibleInfo.html
@@ -237,36 +237,34 @@
<a class="jxr_linenumber" name="L229" href="#L229">229</a> <em
class="jxr_javadoccomment"> * @param annotationClass The Class object
corresponding to the annotation type.</em>
<a class="jxr_linenumber" name="L230" href="#L230">230</a> <em
class="jxr_javadoccomment"> * @return An unmodifiable list of all this
element's annotations of the specified type, or an empty list if there are
none.</em>
<a class="jxr_linenumber" name="L231" href="#L231">231</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L232" href="#L232">232</a>
@SuppressWarnings(<span class="jxr_string">"unchecked"</span>)
-<a class="jxr_linenumber" name="L233" href="#L233">233</a> <strong
class="jxr_keyword">public</strong> <A <strong
class="jxr_keyword">extends</strong> Annotation> List<A>
getAnnotationsByType(Class<A> annotationClass) {
-<a class="jxr_linenumber" name="L234" href="#L234">234</a> <strong
class="jxr_keyword">return</strong> (List<A>)
annotationsByType.get(annotationClass);
-<a class="jxr_linenumber" name="L235" href="#L235">235</a> }
-<a class="jxr_linenumber" name="L236" href="#L236">236</a>
-<a class="jxr_linenumber" name="L237" href="#L237">237</a> <em
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L238" href="#L238">238</a> <em
class="jxr_javadoccomment"> * Returns this element's declared annotations
of the specified type (including repeated annotations).</em>
-<a class="jxr_linenumber" name="L239" href="#L239">239</a> <em
class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L240" href="#L240">240</a> <em
class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L241" href="#L241">241</a> <em
class="jxr_javadoccomment"> * Returns a cached, unmodifiable list of
annotations.</em>
-<a class="jxr_linenumber" name="L242" href="#L242">242</a> <em
class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L243" href="#L243">243</a> <em
class="jxr_javadoccomment"> * <p></em>
-<a class="jxr_linenumber" name="L244" href="#L244">244</a> <em
class="jxr_javadoccomment"> * This method handles repeatable annotations
by "looking through" container annotations,</em>
-<a class="jxr_linenumber" name="L245" href="#L245">245</a> <em
class="jxr_javadoccomment"> * but only examines annotations directly
declared on this element (not inherited).</em>
-<a class="jxr_linenumber" name="L246" href="#L246">246</a> <em
class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L247" href="#L247">247</a> <em
class="jxr_javadoccomment"> * <h5
class='section'>Example:</h5></em>
-<a class="jxr_linenumber" name="L248" href="#L248">248</a> <em
class="jxr_javadoccomment"> * <p class='bjava'></em>
-<a class="jxr_linenumber" name="L249" href="#L249">249</a> <em
class="jxr_javadoccomment"> * <jc>// Get declared @Author
annotations (including repeated)</jc></em>
-<a class="jxr_linenumber" name="L250" href="#L250">250</a> <em
class="jxr_javadoccomment"> * List&lt;Author&gt;
<jv>authors</jv> =
accessibleInfo.getDeclaredAnnotationsByType(Author.<jk>class</jk>);</em>
-<a class="jxr_linenumber" name="L251" href="#L251">251</a> <em
class="jxr_javadoccomment"> * </p></em>
-<a class="jxr_linenumber" name="L252" href="#L252">252</a> <em
class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="L253" href="#L253">253</a> <em
class="jxr_javadoccomment"> * @param <A> The annotation type.</em>
-<a class="jxr_linenumber" name="L254" href="#L254">254</a> <em
class="jxr_javadoccomment"> * @param annotationClass The Class object
corresponding to the annotation type.</em>
-<a class="jxr_linenumber" name="L255" href="#L255">255</a> <em
class="jxr_javadoccomment"> * @return An unmodifiable list of all this
element's declared annotations of the specified type, or an empty list if there
are none.</em>
-<a class="jxr_linenumber" name="L256" href="#L256">256</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L257" href="#L257">257</a>
@SuppressWarnings(<span class="jxr_string">"unchecked"</span>)
-<a class="jxr_linenumber" name="L258" href="#L258">258</a> <strong
class="jxr_keyword">public</strong> <A <strong
class="jxr_keyword">extends</strong> Annotation> List<A>
getDeclaredAnnotationsByType(Class<A> annotationClass) {
-<a class="jxr_linenumber" name="L259" href="#L259">259</a> <strong
class="jxr_keyword">return</strong> (List<A>)
declaredAnnotationsByType.get(annotationClass);
-<a class="jxr_linenumber" name="L260" href="#L260">260</a> }
-<a class="jxr_linenumber" name="L261" href="#L261">261</a> }
+<a class="jxr_linenumber" name="L232" href="#L232">232</a> <strong
class="jxr_keyword">public</strong> <A <strong
class="jxr_keyword">extends</strong> Annotation> List<A>
getAnnotationsByType(Class<A> annotationClass) {
+<a class="jxr_linenumber" name="L233" href="#L233">233</a> <strong
class="jxr_keyword">return</strong> (List<A>)
annotationsByType.get(annotationClass);
+<a class="jxr_linenumber" name="L234" href="#L234">234</a> }
+<a class="jxr_linenumber" name="L235" href="#L235">235</a>
+<a class="jxr_linenumber" name="L236" href="#L236">236</a> <em
class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="L237" href="#L237">237</a> <em
class="jxr_javadoccomment"> * Returns this element's declared annotations
of the specified type (including repeated annotations).</em>
+<a class="jxr_linenumber" name="L238" href="#L238">238</a> <em
class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L239" href="#L239">239</a> <em
class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L240" href="#L240">240</a> <em
class="jxr_javadoccomment"> * Returns a cached, unmodifiable list of
annotations.</em>
+<a class="jxr_linenumber" name="L241" href="#L241">241</a> <em
class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L242" href="#L242">242</a> <em
class="jxr_javadoccomment"> * <p></em>
+<a class="jxr_linenumber" name="L243" href="#L243">243</a> <em
class="jxr_javadoccomment"> * This method handles repeatable annotations
by "looking through" container annotations,</em>
+<a class="jxr_linenumber" name="L244" href="#L244">244</a> <em
class="jxr_javadoccomment"> * but only examines annotations directly
declared on this element (not inherited).</em>
+<a class="jxr_linenumber" name="L245" href="#L245">245</a> <em
class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L246" href="#L246">246</a> <em
class="jxr_javadoccomment"> * <h5
class='section'>Example:</h5></em>
+<a class="jxr_linenumber" name="L247" href="#L247">247</a> <em
class="jxr_javadoccomment"> * <p class='bjava'></em>
+<a class="jxr_linenumber" name="L248" href="#L248">248</a> <em
class="jxr_javadoccomment"> * <jc>// Get declared @Author
annotations (including repeated)</jc></em>
+<a class="jxr_linenumber" name="L249" href="#L249">249</a> <em
class="jxr_javadoccomment"> * List&lt;Author&gt;
<jv>authors</jv> =
accessibleInfo.getDeclaredAnnotationsByType(Author.<jk>class</jk>);</em>
+<a class="jxr_linenumber" name="L250" href="#L250">250</a> <em
class="jxr_javadoccomment"> * </p></em>
+<a class="jxr_linenumber" name="L251" href="#L251">251</a> <em
class="jxr_javadoccomment"> *</em>
+<a class="jxr_linenumber" name="L252" href="#L252">252</a> <em
class="jxr_javadoccomment"> * @param <A> The annotation type.</em>
+<a class="jxr_linenumber" name="L253" href="#L253">253</a> <em
class="jxr_javadoccomment"> * @param annotationClass The Class object
corresponding to the annotation type.</em>
+<a class="jxr_linenumber" name="L254" href="#L254">254</a> <em
class="jxr_javadoccomment"> * @return An unmodifiable list of all this
element's declared annotations of the specified type, or an empty list if there
are none.</em>
+<a class="jxr_linenumber" name="L255" href="#L255">255</a> <em
class="jxr_javadoccomment"> */</em>
+<a class="jxr_linenumber" name="L256" href="#L256">256</a> <strong
class="jxr_keyword">public</strong> <A <strong
class="jxr_keyword">extends</strong> Annotation> List<A>
getDeclaredAnnotationsByType(Class<A> annotationClass) {
+<a class="jxr_linenumber" name="L257" href="#L257">257</a> <strong
class="jxr_keyword">return</strong> (List<A>)
declaredAnnotationsByType.get(annotationClass);
+<a class="jxr_linenumber" name="L258" href="#L258">258</a> }
+<a class="jxr_linenumber" name="L259" href="#L259">259</a> }
</pre>
<hr/>
<div id="footer">© 2016–2025 <a href="https://www.apache.org/">The Apache
Software Foundation</a></div>