Fix Javadoc.

Fix invalid links. Replace Javadoc links to JSR-305 with code annotations.

Replace self-enclosing tags with simple ones.

See #2423
This commit is contained in:
Mark Paluch
2021-09-20 10:08:00 +02:00
parent bf3c9a5c6c
commit 9fbf39154f
53 changed files with 101 additions and 114 deletions

View File

@@ -136,7 +136,7 @@ public class QuerydslBindings {
/**
* Include properties for binding. Include the property considered a binding candidate.
*
* @param properties must not be {@literal null} or empty.
* @param paths must not be {@literal null} or empty.
*/
public final void including(Path<?>... paths) {
@@ -388,7 +388,6 @@ public class QuerydslBindings {
* Defines the given {@link SingleValueBinding} to be used for the paths.
*
* @param binding must not be {@literal null}.
* @return
*/
public void firstOptional(OptionalValueBinding<P, T> binding) {
@@ -407,7 +406,6 @@ public class QuerydslBindings {
* Defines the given {@link MultiValueBinding} to be used for the paths.
*
* @param binding must not be {@literal null}.
* @return
*/
public void all(MultiValueBinding<P, T> binding) {