File tree 1 file changed +2
-2
lines changed
src/main/java/com/fasterxml/jackson/annotation
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
*<p>
24
24
* To base inclusion on value of contained value(s), you will typically also need
25
25
* to specify {@link #content()} annotation; for example, specifying only
26
- * {@link #value} as {@link Include#NON_EMPTY} for a {link java.util.Map} would
26
+ * {@link #value} as {@link Include#NON_EMPTY} for a {@ link java.util.Map} would
27
27
* exclude <code>Map</code>s with no values, but would include <code>Map</code>s
28
28
* with `null` values. To exclude Map with only `null` value, you would use both
29
29
* annotations like so:
@@ -130,7 +130,7 @@ public enum Include
130
130
*<ul>
131
131
* <li>null</li>
132
132
* <li>"absent" value of a referential type (like Java 8 `Optional`, or
133
- * {link java.util.concurrent.atomic.AtomicReference}); that is, something
133
+ * {@ link java.util.concurrent.atomic.AtomicReference}); that is, something
134
134
* that would not deference to a non-null value.
135
135
* </ul>
136
136
* This option is mostly used to work with "Optional"s (Java 8, Guava).
You can’t perform that action at this time.
0 commit comments