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 e5ee635054 Deploy documentation staging from
9d359a3024cf75af4ea74b481e59e52462006f43
9d359a3024cf75af4ea74b481e59e52462006f43
e5ee635054 is described below
commit e5ee635054151c50df7ffee0ab73d0fc9fd3f958
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 12:49:06 2025 +0000
Deploy documentation staging from 9d359a3024cf75af4ea74b481e59e52462006f43
9d359a3024cf75af4ea74b481e59e52462006f43
---
site/xref/allclasses-frame.html | 4 ++--
.../org/apache/juneau/annotation/ExternalDocsAnnotation.html | 4 ++--
site/xref/org/apache/juneau/annotation/ItemsAnnotation.html | 4 ++--
.../org/apache/juneau/annotation/SubItemsAnnotation.html | 4 ++--
.../apache/juneau/annotation/TargetedAnnotationBuilder.html | 2 +-
.../org/apache/juneau/annotation/TargetedAnnotationImpl.html | 2 +-
.../{AnnotationImpl.html => AnnotationObject.html} | 12 ++++++------
.../org/apache/juneau/common/annotation/package-frame.html | 4 ++--
.../org/apache/juneau/common/annotation/package-summary.html | 4 ++--
.../org/apache/juneau/http/annotation/ContactAnnotation.html | 4 ++--
.../apache/juneau/http/annotation/HasFormDataAnnotation.html | 4 ++--
.../apache/juneau/http/annotation/HasQueryAnnotation.html | 4 ++--
.../org/apache/juneau/http/annotation/LicenseAnnotation.html | 4 ++--
.../org/apache/juneau/http/annotation/TagAnnotation.html | 4 ++--
.../apache/juneau/rest/annotation/OpSwaggerAnnotation.html | 4 ++--
.../org/apache/juneau/rest/annotation/SwaggerAnnotation.html | 4 ++--
16 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/site/xref/allclasses-frame.html b/site/xref/allclasses-frame.html
index fb493df1c2..e80a70f8f2 100644
--- a/site/xref/allclasses-frame.html
+++ b/site/xref/allclasses-frame.html
@@ -31,9 +31,9 @@
<li><a
href="org/apache/juneau/common/reflect/AnnotatableType.html#AnnotatableType"
target="classFrame">AnnotatableType</a></li>
<li><a
href="org/apache/juneau/AnnotationApplier.html#AnnotationApplier"
target="classFrame">AnnotationApplier</a></li>
<li><a
href="org/apache/juneau/AnnotationApplier.html#AnnotationApplier.NoOp"
target="classFrame">AnnotationApplier.NoOp</a></li>
- <li><a
href="org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl"
target="classFrame">AnnotationImpl</a></li>
- <li><a
href="org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl.Builder"
target="classFrame">AnnotationImpl.Builder</a></li>
<li><a
href="org/apache/juneau/common/reflect/AnnotationInfo.html#AnnotationInfo"
target="classFrame">AnnotationInfo</a></li>
+ <li><a
href="org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject"
target="classFrame">AnnotationObject</a></li>
+ <li><a
href="org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject.Builder"
target="classFrame">AnnotationObject.Builder</a></li>
<li><a
href="org/apache/juneau/common/reflect/AnnotationTraversal.html#AnnotationTraversal"
target="classFrame">AnnotationTraversal</a></li>
<li><a
href="org/apache/juneau/common/utils/AnnotationUtils.html#AnnotationUtils"
target="classFrame">AnnotationUtils</a></li>
<li><a
href="org/apache/juneau/AnnotationWork.html#AnnotationWork"
target="classFrame">AnnotationWork</a></li>
diff --git a/site/xref/org/apache/juneau/annotation/ExternalDocsAnnotation.html
b/site/xref/org/apache/juneau/annotation/ExternalDocsAnnotation.html
index e096b5de9b..d495ad4bd1 100644
--- a/site/xref/org/apache/juneau/annotation/ExternalDocsAnnotation.html
+++ b/site/xref/org/apache/juneau/annotation/ExternalDocsAnnotation.html
@@ -46,7 +46,7 @@
<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L42" href="#L42">42</a>
<a class="jxr_linenumber" name="L43" href="#L43">43</a> String
url = <span class="jxr_string">""</span>;
<a class="jxr_linenumber" name="L44" href="#L44">44</a>
@@ -79,7 +79,7 @@
<a class="jxr_linenumber" name="L71" href="#L71">71</a>
<a class="jxr_linenumber" name="L72" href="#L72">72</a> }
<a class="jxr_linenumber" name="L73" href="#L73">73</a>
-<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> <a name="ExternalDocs"
href="../../../../org/apache/juneau/annotation/ [...]
+<a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> <a name="ExternalDocs"
href="../../../../org/apache/juneau/ann [...]
<a class="jxr_linenumber" name="L75" href="#L75">75</a>
<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
String url;
<a class="jxr_linenumber" name="L77" href="#L77">77</a>
diff --git a/site/xref/org/apache/juneau/annotation/ItemsAnnotation.html
b/site/xref/org/apache/juneau/annotation/ItemsAnnotation.html
index 2d771fcd30..2c50e95cb9 100644
--- a/site/xref/org/apache/juneau/annotation/ItemsAnnotation.html
+++ b/site/xref/org/apache/juneau/annotation/ItemsAnnotation.html
@@ -42,7 +42,7 @@
<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L36" href="#L36">36</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L38" href="#L38">38</a>
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong
class="jxr_keyword">boolean</strong> emax, emin, exclusiveMaximum,
exclusiveMinimum, ui, uniqueItems;
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong
class="jxr_keyword">long</strong> maxItems = -1, maxLength = -1, maxi = -1,
maxl = -1, minItems = -1, minLength = -1, mini = -1, minl = -1;
@@ -442,7 +442,7 @@
<a class="jxr_linenumber" name="L434" href="#L434">434</a>
<a class="jxr_linenumber" name="L435" href="#L435">435</a> }
<a class="jxr_linenumber" name="L436" href="#L436">436</a>
-<a class="jxr_linenumber" name="L437" href="#L437">437</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> <a name="Items"
href="../../../../org/apache/juneau/annotation/Items [...]
+<a class="jxr_linenumber" name="L437" href="#L437">437</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> <a name="Items"
href="../../../../org/apache/juneau/annotati [...]
<a class="jxr_linenumber" name="L438" href="#L438">438</a>
<a class="jxr_linenumber" name="L439" href="#L439">439</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
<strong class="jxr_keyword">boolean</strong> emax, emin, exclusiveMaximum,
exclusiveMinimum, ui, uniqueItems;
<a class="jxr_linenumber" name="L440" href="#L440">440</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
<strong class="jxr_keyword">long</strong> maxi, maxItems, maxl, maxLength,
mini, minItems, minl, minLength;
diff --git a/site/xref/org/apache/juneau/annotation/SubItemsAnnotation.html
b/site/xref/org/apache/juneau/annotation/SubItemsAnnotation.html
index 7e0e4f9aa9..b143472438 100644
--- a/site/xref/org/apache/juneau/annotation/SubItemsAnnotation.html
+++ b/site/xref/org/apache/juneau/annotation/SubItemsAnnotation.html
@@ -48,7 +48,7 @@
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L42" href="#L42">42</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L44" href="#L44">44</a>
<a class="jxr_linenumber" name="L45" href="#L45">45</a> String
$ref = <span class="jxr_string">""</span>, cf = <span
class="jxr_string">""</span>, collectionFormat = <span
class="jxr_string">""</span>, f = <span class="jxr_string">""</span>, format =
<span class="jxr_string">""</span>, max = <span class="jxr_string">""</span>,
maximum = <span class="jxr_string">""</span>, min = <span
class="jxr_string">""</span>, minimum = <span class="jxr_string">""</span>, mo
= <span class="jxr_stri [...]
<a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong
class="jxr_keyword">long</strong> maxItems = -1, maxLength = -1, maxi = -1,
maxl = -1, minItems = -1, minLength = -1, mini = -1, minl = -1;
@@ -447,7 +447,7 @@
<a class="jxr_linenumber" name="L439" href="#L439">439</a>
<a class="jxr_linenumber" name="L440" href="#L440">440</a> }
<a class="jxr_linenumber" name="L441" href="#L441">441</a>
-<a class="jxr_linenumber" name="L442" href="#L442">442</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> <a name="SubItems"
href="../../../../org/apache/juneau/annotation/Su [...]
+<a class="jxr_linenumber" name="L442" href="#L442">442</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> <a name="SubItems"
href="../../../../org/apache/juneau/annot [...]
<a class="jxr_linenumber" name="L443" href="#L443">443</a>
<a class="jxr_linenumber" name="L444" href="#L444">444</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
<strong class="jxr_keyword">boolean</strong> emax, emin, exclusiveMaximum,
exclusiveMinimum, ui, uniqueItems;
<a class="jxr_linenumber" name="L445" href="#L445">445</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
<strong class="jxr_keyword">long</strong> maxi, maxItems, maxl, maxLength,
mini, minItems, minl, minLength;
diff --git
a/site/xref/org/apache/juneau/annotation/TargetedAnnotationBuilder.html
b/site/xref/org/apache/juneau/annotation/TargetedAnnotationBuilder.html
index 170a1b7783..54443c9e1e 100644
--- a/site/xref/org/apache/juneau/annotation/TargetedAnnotationBuilder.html
+++ b/site/xref/org/apache/juneau/annotation/TargetedAnnotationBuilder.html
@@ -36,7 +36,7 @@
<a class="jxr_linenumber" name="L28" href="#L28">28</a> <em
class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em
class="jxr_javadoccomment"> * @param <B> The actual builder class.</em>
<a class="jxr_linenumber" name="L30" href="#L30">30</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong>
TargetedAnnotationBuilder<B> <strong class="jxr_keyword">extends</strong>
AnnotationImpl.Builder<B> {
+<a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong>
TargetedAnnotationBuilder<B> <strong class="jxr_keyword">extends</strong>
AnnotationObject.Builder<B> {
<a class="jxr_linenumber" name="L32" href="#L32">32</a>
<a class="jxr_linenumber" name="L33" href="#L33">33</a> String[] on =
{};
<a class="jxr_linenumber" name="L34" href="#L34">34</a>
diff --git a/site/xref/org/apache/juneau/annotation/TargetedAnnotationImpl.html
b/site/xref/org/apache/juneau/annotation/TargetedAnnotationImpl.html
index 68b83fddab..a7df6b2c6b 100644
--- a/site/xref/org/apache/juneau/annotation/TargetedAnnotationImpl.html
+++ b/site/xref/org/apache/juneau/annotation/TargetedAnnotationImpl.html
@@ -32,7 +32,7 @@
<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em
class="jxr_javadoccomment"> * An implementation of an annotation that has an
<code>on</code> value targeting
classes/methods/fields/constructors.</em>
<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em
class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L26" href="#L26">26</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong>
<a name="TargetedAnnotationImpl"
href="../../../../org/apache/juneau/annotation/TargetedAnnotationImpl.html#TargetedAnnotationImpl">TargetedAnnotationImpl</a>
<strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
{
+<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong>
<a name="TargetedAnnotationImpl"
href="../../../../org/apache/juneau/annotation/TargetedAnnotationImpl.html#TargetedAnnotationImpl">TargetedAnnotationImpl</a>
<strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
{
<a class="jxr_linenumber" name="L28" href="#L28">28</a>
<a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
String[] on;
<a class="jxr_linenumber" name="L30" href="#L30">30</a>
diff --git a/site/xref/org/apache/juneau/common/annotation/AnnotationImpl.html
b/site/xref/org/apache/juneau/common/annotation/AnnotationObject.html
similarity index 96%
rename from site/xref/org/apache/juneau/common/annotation/AnnotationImpl.html
rename to site/xref/org/apache/juneau/common/annotation/AnnotationObject.html
index 8f6f3d0a8b..6e3c21d9a8 100644
--- a/site/xref/org/apache/juneau/common/annotation/AnnotationImpl.html
+++ b/site/xref/org/apache/juneau/common/annotation/AnnotationObject.html
@@ -1,11 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang="">
<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>AnnotationImpl xref</title>
+<title>AnnotationObject xref</title>
<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
</head>
<body>
-<div id="overview"><a
href="../../../../../../apidocs/org/apache/juneau/common/annotation/AnnotationImpl.html">View
Javadoc</a></div><pre>
+<div id="overview"><a
href="../../../../../../apidocs/org/apache/juneau/common/annotation/AnnotationObject.html">View
Javadoc</a></div><pre>
<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em
class="jxr_comment">/*</em>
<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em
class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under
one or more</em>
<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em
class="jxr_comment"> * contributor license agreements. See the NOTICE file
distributed with</em>
@@ -47,14 +47,14 @@
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em
class="jxr_javadoccomment"> * Constructors must call the {@link
#postConstruct()} method after all fields have been set to trigger this
calculation.</em>
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em
class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong>
<a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> Annotation {
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong>
<a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> Annotation {
<a class="jxr_linenumber" name="L43" href="#L43">43</a>
<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em
class="jxr_comment">//-----------------------------------------------------------------------------------------------------------------</em>
<a class="jxr_linenumber" name="L45" href="#L45">45</a> <em
class="jxr_comment">// Static</em>
<a class="jxr_linenumber" name="L46" href="#L46">46</a> <em
class="jxr_comment">//-----------------------------------------------------------------------------------------------------------------</em>
<a class="jxr_linenumber" name="L47" href="#L47">47</a>
<a class="jxr_linenumber" name="L48" href="#L48">48</a> <em
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em
class="jxr_javadoccomment"> * Builder for {@link AnnotationImpl}
objects.</em>
+<a class="jxr_linenumber" name="L49" href="#L49">49</a> <em
class="jxr_javadoccomment"> * Builder for {@link AnnotationObject}
objects.</em>
<a class="jxr_linenumber" name="L50" href="#L50">50</a> <em
class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L51" href="#L51">51</a> <em
class="jxr_javadoccomment"> * @param <B> The actual builder
class.</em>
<a class="jxr_linenumber" name="L52" href="#L52">52</a> <em
class="jxr_javadoccomment"> */</em>
@@ -73,7 +73,7 @@
<a class="jxr_linenumber" name="L65" href="#L65">65</a> }
<a class="jxr_linenumber" name="L66" href="#L66">66</a>
<a class="jxr_linenumber" name="L67" href="#L67">67</a> <em
class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="L68" href="#L68">68</a> <em
class="jxr_javadoccomment"> * Sets the {@link
AnnotationImpl#description()} property on the target annotation.</em>
+<a class="jxr_linenumber" name="L68" href="#L68">68</a> <em
class="jxr_javadoccomment"> * Sets the {@link
AnnotationObject#description()} property on the target annotation.</em>
<a class="jxr_linenumber" name="L69" href="#L69">69</a> <em
class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L70" href="#L70">70</a> <em
class="jxr_javadoccomment"> * @param value The new value for
this property.</em>
<a class="jxr_linenumber" name="L71" href="#L71">71</a> <em
class="jxr_javadoccomment"> * @return This object.</em>
@@ -123,7 +123,7 @@
<a class="jxr_linenumber" name="L115" href="#L115">115</a> <em
class="jxr_javadoccomment"> *</em>
<a class="jxr_linenumber" name="L116" href="#L116">116</a> <em
class="jxr_javadoccomment"> * @param b The builder used to instantiate the
fields of this class.</em>
<a class="jxr_linenumber" name="L117" href="#L117">117</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L118" href="#L118">118</a> <strong
class="jxr_keyword">public</strong> <a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>(Builder<?>
b) {
+<a class="jxr_linenumber" name="L118" href="#L118">118</a> <strong
class="jxr_keyword">public</strong> <a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>(Builder<?>
b) {
<a class="jxr_linenumber" name="L119" href="#L119">119</a> <strong
class="jxr_keyword">this</strong>.annotationType = b.getAnnotationType();
<a class="jxr_linenumber" name="L120" href="#L120">120</a> <strong
class="jxr_keyword">this</strong>.description = copyOf(b.getDescription());
<a class="jxr_linenumber" name="L121" href="#L121">121</a> }
diff --git a/site/xref/org/apache/juneau/common/annotation/package-frame.html
b/site/xref/org/apache/juneau/common/annotation/package-frame.html
index 1ca264e56b..a0e73bd740 100644
--- a/site/xref/org/apache/juneau/common/annotation/package-frame.html
+++ b/site/xref/org/apache/juneau/common/annotation/package-frame.html
@@ -13,10 +13,10 @@
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li>
- <a href="AnnotationImpl.html#AnnotationImpl"
target="classFrame">AnnotationImpl</a>
+ <a href="AnnotationObject.html#AnnotationObject"
target="classFrame">AnnotationObject</a>
</li>
<li>
- <a href="AnnotationImpl.html#AnnotationImpl.Builder"
target="classFrame">AnnotationImpl.Builder</a>
+ <a href="AnnotationObject.html#AnnotationObject.Builder"
target="classFrame">AnnotationObject.Builder</a>
</li>
</ul>
</div>
diff --git a/site/xref/org/apache/juneau/common/annotation/package-summary.html
b/site/xref/org/apache/juneau/common/annotation/package-summary.html
index 646ab1b91c..603ce1d489 100644
--- a/site/xref/org/apache/juneau/common/annotation/package-summary.html
+++ b/site/xref/org/apache/juneau/common/annotation/package-summary.html
@@ -58,12 +58,12 @@
<tbody>
<tr class="altColor">
<td class="colFirst colLast">
- <a
href="AnnotationImpl.html#AnnotationImpl" target="classFrame" title="class in
org.apache.juneau.common.annotation">AnnotationImpl</a>
+ <a
href="AnnotationObject.html#AnnotationObject" target="classFrame" title="class
in org.apache.juneau.common.annotation">AnnotationObject</a>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst colLast">
- <a
href="AnnotationImpl.html#AnnotationImpl.Builder" target="classFrame"
title="class in org.apache.juneau.common.annotation">AnnotationImpl.Builder</a>
+ <a
href="AnnotationObject.html#AnnotationObject.Builder" target="classFrame"
title="class in
org.apache.juneau.common.annotation">AnnotationObject.Builder</a>
</td>
</tr>
</tbody>
diff --git a/site/xref/org/apache/juneau/http/annotation/ContactAnnotation.html
b/site/xref/org/apache/juneau/http/annotation/ContactAnnotation.html
index 0422be6197..f65a98ce6a 100644
--- a/site/xref/org/apache/juneau/http/annotation/ContactAnnotation.html
+++ b/site/xref/org/apache/juneau/http/annotation/ContactAnnotation.html
@@ -40,7 +40,7 @@
<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L36" href="#L36">36</a>
<a class="jxr_linenumber" name="L37" href="#L37">37</a> String
email = <span class="jxr_string">""</span>, name = <span
class="jxr_string">""</span>, url = <span class="jxr_string">""</span>;
<a class="jxr_linenumber" name="L38" href="#L38">38</a>
@@ -95,7 +95,7 @@
<a class="jxr_linenumber" name="L87" href="#L87">87</a>
<a class="jxr_linenumber" name="L88" href="#L88">88</a> }
<a class="jxr_linenumber" name="L89" href="#L89">89</a>
-<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> <a name="Contact"
href="../../../../../org/apache/juneau/http/annot [...]
+<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> <a name="Contact"
href="../../../../../org/apache/juneau/ht [...]
<a class="jxr_linenumber" name="L91" href="#L91">91</a>
<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
String email, name, url;
<a class="jxr_linenumber" name="L93" href="#L93">93</a>
diff --git
a/site/xref/org/apache/juneau/http/annotation/HasFormDataAnnotation.html
b/site/xref/org/apache/juneau/http/annotation/HasFormDataAnnotation.html
index e30187b774..91532bdf79 100644
--- a/site/xref/org/apache/juneau/http/annotation/HasFormDataAnnotation.html
+++ b/site/xref/org/apache/juneau/http/annotation/HasFormDataAnnotation.html
@@ -40,7 +40,7 @@
<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L36" href="#L36">36</a>
<a class="jxr_linenumber" name="L37" href="#L37">37</a> String
name = <span class="jxr_string">""</span>, value = <span
class="jxr_string">""</span>;
<a class="jxr_linenumber" name="L38" href="#L38">38</a>
@@ -84,7 +84,7 @@
<a class="jxr_linenumber" name="L76" href="#L76">76</a>
<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
<a class="jxr_linenumber" name="L78" href="#L78">78</a>
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> HasFormData {
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> HasFormData {
<a class="jxr_linenumber" name="L80" href="#L80">80</a>
<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
String name, value;
<a class="jxr_linenumber" name="L82" href="#L82">82</a>
diff --git
a/site/xref/org/apache/juneau/http/annotation/HasQueryAnnotation.html
b/site/xref/org/apache/juneau/http/annotation/HasQueryAnnotation.html
index 8241c7a902..496018bb43 100644
--- a/site/xref/org/apache/juneau/http/annotation/HasQueryAnnotation.html
+++ b/site/xref/org/apache/juneau/http/annotation/HasQueryAnnotation.html
@@ -40,7 +40,7 @@
<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L36" href="#L36">36</a>
<a class="jxr_linenumber" name="L37" href="#L37">37</a> String
name = <span class="jxr_string">""</span>, value = <span
class="jxr_string">""</span>;
<a class="jxr_linenumber" name="L38" href="#L38">38</a>
@@ -84,7 +84,7 @@
<a class="jxr_linenumber" name="L76" href="#L76">76</a>
<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
<a class="jxr_linenumber" name="L78" href="#L78">78</a>
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> HasQuery {
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> HasQuery {
<a class="jxr_linenumber" name="L80" href="#L80">80</a>
<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
String name, value;
<a class="jxr_linenumber" name="L82" href="#L82">82</a>
diff --git a/site/xref/org/apache/juneau/http/annotation/LicenseAnnotation.html
b/site/xref/org/apache/juneau/http/annotation/LicenseAnnotation.html
index 5fd1438ffd..c672eec3e5 100644
--- a/site/xref/org/apache/juneau/http/annotation/LicenseAnnotation.html
+++ b/site/xref/org/apache/juneau/http/annotation/LicenseAnnotation.html
@@ -40,7 +40,7 @@
<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L36" href="#L36">36</a>
<a class="jxr_linenumber" name="L37" href="#L37">37</a> String
name = <span class="jxr_string">""</span>, url = <span
class="jxr_string">""</span>;
<a class="jxr_linenumber" name="L38" href="#L38">38</a>
@@ -84,7 +84,7 @@
<a class="jxr_linenumber" name="L76" href="#L76">76</a>
<a class="jxr_linenumber" name="L77" href="#L77">77</a> }
<a class="jxr_linenumber" name="L78" href="#L78">78</a>
-<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> <a name="License"
href="../../../../../org/apache/juneau/http/annot [...]
+<a class="jxr_linenumber" name="L79" href="#L79">79</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> <a name="License"
href="../../../../../org/apache/juneau/ht [...]
<a class="jxr_linenumber" name="L80" href="#L80">80</a>
<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
String name, url;
<a class="jxr_linenumber" name="L82" href="#L82">82</a>
diff --git a/site/xref/org/apache/juneau/http/annotation/TagAnnotation.html
b/site/xref/org/apache/juneau/http/annotation/TagAnnotation.html
index b50a835709..f556587a77 100644
--- a/site/xref/org/apache/juneau/http/annotation/TagAnnotation.html
+++ b/site/xref/org/apache/juneau/http/annotation/TagAnnotation.html
@@ -41,7 +41,7 @@
<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L35" href="#L35">35</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L37" href="#L37">37</a>
<a class="jxr_linenumber" name="L38" href="#L38">38</a>
ExternalDocs externalDocs = ExternalDocsAnnotation.DEFAULT;
<a class="jxr_linenumber" name="L39" href="#L39">39</a> String
name = <span class="jxr_string">""</span>;
@@ -86,7 +86,7 @@
<a class="jxr_linenumber" name="L78" href="#L78">78</a>
<a class="jxr_linenumber" name="L79" href="#L79">79</a> }
<a class="jxr_linenumber" name="L80" href="#L80">80</a>
-<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> <a name="Tag"
href="../../../../../org/apache/juneau/http/annotatio [...]
+<a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> <a name="Tag"
href="../../../../../org/apache/juneau/http/a [...]
<a class="jxr_linenumber" name="L82" href="#L82">82</a>
<a class="jxr_linenumber" name="L83" href="#L83">83</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
<a name="ExternalDocs"
href="../../../../../org/apache/juneau/annotation/ExternalDocs.html#ExternalDocs">ExternalDocs</a>
externalDocs;
<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
String name;
diff --git
a/site/xref/org/apache/juneau/rest/annotation/OpSwaggerAnnotation.html
b/site/xref/org/apache/juneau/rest/annotation/OpSwaggerAnnotation.html
index b521f7802d..b0cd49b630 100644
--- a/site/xref/org/apache/juneau/rest/annotation/OpSwaggerAnnotation.html
+++ b/site/xref/org/apache/juneau/rest/annotation/OpSwaggerAnnotation.html
@@ -46,7 +46,7 @@
<a class="jxr_linenumber" name="L38" href="#L38">38</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L42" href="#L42">42</a>
<a class="jxr_linenumber" name="L43" href="#L43">43</a>
ExternalDocs externalDocs = ExternalDocsAnnotation.DEFAULT;
<a class="jxr_linenumber" name="L44" href="#L44">44</a> String
deprecated = <span class="jxr_string">""</span>, operationId = <span
class="jxr_string">""</span>;
@@ -191,7 +191,7 @@
<a class="jxr_linenumber" name="L183" href="#L183">183</a>
<a class="jxr_linenumber" name="L184" href="#L184">184</a> }
<a class="jxr_linenumber" name="L185" href="#L185">185</a>
-<a class="jxr_linenumber" name="L186" href="#L186">186</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> <a name="OpSwagger"
href="../../../../../org/apache/juneau/rest/a [...]
+<a class="jxr_linenumber" name="L186" href="#L186">186</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> <a name="OpSwagger"
href="../../../../../org/apache/junea [...]
<a class="jxr_linenumber" name="L187" href="#L187">187</a>
<a class="jxr_linenumber" name="L188" href="#L188">188</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
<a name="ExternalDocs"
href="../../../../../org/apache/juneau/annotation/ExternalDocs.html#ExternalDocs">ExternalDocs</a>
externalDocs;
<a class="jxr_linenumber" name="L189" href="#L189">189</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
String deprecated, operationId;
diff --git a/site/xref/org/apache/juneau/rest/annotation/SwaggerAnnotation.html
b/site/xref/org/apache/juneau/rest/annotation/SwaggerAnnotation.html
index 268c8ad207..2b86d07fd4 100644
--- a/site/xref/org/apache/juneau/rest/annotation/SwaggerAnnotation.html
+++ b/site/xref/org/apache/juneau/rest/annotation/SwaggerAnnotation.html
@@ -47,7 +47,7 @@
<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em
class="jxr_javadoccomment"> * <li class='jm'>{@link
org.apache.juneau.BeanContext.Builder#annotations(Annotation...)}</em>
<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em
class="jxr_javadoccomment"> * </ul></em>
<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em
class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationImpl.Builder<Builder> {
+<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong
class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong>
<strong class="jxr_keyword">class</strong> Builder <strong
class="jxr_keyword">extends</strong> AnnotationObject.Builder<Builder> {
<a class="jxr_linenumber" name="L43" href="#L43">43</a>
<a class="jxr_linenumber" name="L44" href="#L44">44</a> Contact
contact = ContactAnnotation.DEFAULT;
<a class="jxr_linenumber" name="L45" href="#L45">45</a>
ExternalDocs externalDocs = ExternalDocsAnnotation.DEFAULT;
@@ -162,7 +162,7 @@
<a class="jxr_linenumber" name="L154" href="#L154">154</a>
<a class="jxr_linenumber" name="L155" href="#L155">155</a> }
<a class="jxr_linenumber" name="L156" href="#L156">156</a>
-<a class="jxr_linenumber" name="L157" href="#L157">157</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationImpl"
href="../../../../../org/apache/juneau/common/annotation/AnnotationImpl.html#AnnotationImpl">AnnotationImpl</a>
<strong class="jxr_keyword">implements</strong> <a name="Swagger"
href="../../../../../org/apache/juneau/rest/ann [...]
+<a class="jxr_linenumber" name="L157" href="#L157">157</a> <strong
class="jxr_keyword">private</strong> <strong
class="jxr_keyword">static</strong> <strong class="jxr_keyword">class</strong>
Impl <strong class="jxr_keyword">extends</strong> <a name="AnnotationObject"
href="../../../../../org/apache/juneau/common/annotation/AnnotationObject.html#AnnotationObject">AnnotationObject</a>
<strong class="jxr_keyword">implements</strong> <a name="Swagger"
href="../../../../../org/apache/juneau/ [...]
<a class="jxr_linenumber" name="L158" href="#L158">158</a>
<a class="jxr_linenumber" name="L159" href="#L159">159</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
<a name="Contact"
href="../../../../../org/apache/juneau/http/annotation/Contact.html#Contact">Contact</a>
contact;
<a class="jxr_linenumber" name="L160" href="#L160">160</a> <strong
class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong>
<a name="ExternalDocs"
href="../../../../../org/apache/juneau/annotation/ExternalDocs.html#ExternalDocs">ExternalDocs</a>
externalDocs;