Skip to content

Commit ca644a6

Browse files
committed
Minor Javadoc improvement wrt #305
1 parent 3b098a5 commit ca644a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/fasterxml/jackson/annotation/JsonProperty.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ public enum MyEnum {
4848
* Starting with Jackson 2.12 it is also possible to specify {@code namespace}
4949
* of property: this property is only used by certain format backends (most
5050
* notably XML).
51+
*<p>
52+
* NOTE: if a exclusion marker like {@link JsonIgnore} is also present,
53+
* property accessor is excluded; ignoral has higher precedence over inclusion.
5154
*/
5255
@Target({ElementType.ANNOTATION_TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER})
5356
@Retention(RetentionPolicy.RUNTIME)

0 commit comments

Comments
 (0)