Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Depending on the {@link OnEmpty value} of {@link #onEmpty()} the property is set to {@literal null} or an empty
* instance in the case all embedded values are {@literal null} when reading from the result set.
* </p>
*
*
* @author Bastian Wilhelm
* @author Christoph Strobl
* @since 1.1
Expand All @@ -46,8 +46,8 @@
* <p>
* {@link Nullable @Embedded.Nullable} and {@link Empty @Embedded.Empty} offer shortcuts for this.
* </p>
*
* @return never {@link} null.
*
* @return never {@code null}.
*/
OnEmpty onEmpty();

Expand Down