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 6b8f28e commit 3b098a5Copy full SHA for 3b098a5
1 file changed
src/main/java/com/fasterxml/jackson/annotation/JacksonInject.java
@@ -29,10 +29,10 @@
29
30
/**
31
* Whether matching value from input (if any) is used for annotated property or not;
32
- * if disabled (`OptBoolean.FALSE`), input value (if any) will be ignored;
+ * if disabled ({@code OptBoolean.FALSE}), input value (if any) will be ignored;
33
* otherwise it will override injected value.
34
*<p>
35
- * Default is `OptBoolean.DEFAULT`, which translates to `OptBoolean.TRUE`.
+ * Default is {@code OptBoolean.DEFAULT}, which translates to {@code OptBoolean.TRUE}.
36
*
37
* @return {@link OptBoolean#TRUE} to enable use of value from input instead of
38
* injected value, if available; {@link OptBoolean#FALSE} if injected value will
0 commit comments