This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new 3c48e1c Javadoc updates.
3c48e1c is described below
commit 3c48e1cce71cfffec19c453422be0363c87a6b67
Author: JamesBognar <[email protected]>
AuthorDate: Mon Jan 29 08:38:06 2018 -0500
Javadoc updates.
---
.../src/main/java/org/apache/juneau/annotation/Builder.java | 1 -
juneau-doc/src/main/javadoc/overview.html | 10 ++++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git
a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/annotation/Builder.java
b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/annotation/Builder.java
index a5c1fea..a3529bb 100644
---
a/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/annotation/Builder.java
+++
b/juneau-core/juneau-marshall/src/main/java/org/apache/juneau/annotation/Builder.java
@@ -23,7 +23,6 @@ import java.lang.annotation.*;
*
* <h6 class='figure'>Example:</h6>
* <p class='bcode'>
- *
* <jc>// POJO class.</jc>
* <ja>@Builder</ja>(MyBeanBuilder.<jk>class</jk>)
* <jk>public class</jk> MyBean {
diff --git a/juneau-doc/src/main/javadoc/overview.html
b/juneau-doc/src/main/javadoc/overview.html
index 404ba88..b2edee3 100644
--- a/juneau-doc/src/main/javadoc/overview.html
+++ b/juneau-doc/src/main/javadoc/overview.html
@@ -2411,8 +2411,9 @@
}
</p>
<p>
- Builders MUST be beans with one or more
writable properties.
- <br>The bean properties themselves do
not need to be readable (e.g. setters without getters).
+ The POJO class can be any type
including beans.
+ <br>Builders MUST be beans with one or
more writable properties.
+ <br>The bean properties themselves do
not need to be readable (i.e. getters are optional).
</p>
<p>
Builders require two parts:
@@ -2454,6 +2455,11 @@
<jk>public</jk> MyPojo(MyBuilder b) {...}
</p>
</ul>
+ <h6 class='section'>See Also:</h6>
+ <ul>
+ <li class='ja'>{@link
org.apache.juneau.annotation.Builder}
+ <li class='jic'>{@link
org.apache.juneau.transform.Builder}
+ </ul>
</div>
<!--
===================================================================================================
-->
--
To stop receiving notification emails like this one, please contact
[email protected].