We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd32956 commit d3875b0Copy full SHA for d3875b0
spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/Embedded.java
@@ -31,7 +31,7 @@
31
* Depending on the {@link OnEmpty value} of {@link #onEmpty()} the property is set to {@literal null} or an empty
32
* instance in the case all embedded values are {@literal null} when reading from the result set.
33
* </p>
34
- *
+ *
35
* @author Bastian Wilhelm
36
* @author Christoph Strobl
37
* @since 1.1
@@ -46,8 +46,8 @@
46
* <p>
47
* {@link Nullable @Embedded.Nullable} and {@link Empty @Embedded.Empty} offer shortcuts for this.
48
49
50
- * @return never {@link} null.
+ * @return never {@code null}.
51
*/
52
OnEmpty onEmpty();
53
0 commit comments