1. 4e78c6b Add `@JsonProperty.defaultValue()`, related to [databind#596] by Cowtowncoder · 10 years ago
  2. 17a1e4a Change the way to disable @JsonCreator by Tatu Saloranta · 10 years ago
  3. 333ff3d Add `@JsonCreator.enabled` by Tatu Saloranta · 10 years ago
  4. 37bb947 Comment out @JsonTypeInfo.skipWritingDefault since it won't be supported in 2.5 yet by Tatu Saloranta · 10 years ago
  5. 7a40947 Fix wrt [databind#490], as pointed out by pascal g by Cowtowncoder · 10 years ago
  6. 576a0b3 javadoc fix by Tatu Saloranta · 10 years ago
  7. 469b474 Implement #50 by Tatu Saloranta · 10 years ago
  8. 67fe25b Implement #50 by Tatu Saloranta · 10 years ago
  9. 06763b7 javadoc improvement by Cowtowncoder · 10 years ago
  10. 6128d18 Revert an earlier change wrt JsonTypeInfo.defaultImpl default value: turns out `Void` was not being accepted; by Tatu Saloranta · 10 years ago
  11. db27210 (forgot to add @since indication wrt #49) by Tatu Saloranta · 10 years ago
  12. ede5f8d Implement #49 by Tatu Saloranta · 10 years ago
  13. 3cb2356 Fix #48 by Cowtowncoder · 10 years ago
  14. 923e07b Slight improvement to handling null values by Cowtowncoder · 10 years ago
  15. 7d11014 Implement #47 by Tatu Saloranta · 10 years ago
  16. 83b0a64 javadoc clarification wrt [JACKSON-920] by Cowtowncoder · 10 years ago
  17. 73ca3ab Fixed typo in JavaDoc by Adam Koch · 10 years ago
  18. 3e08b40 Add `@JsonInclude.content` to allow defining inclusion criteria for Map entries, not just main Map value by Tatu Saloranta · 10 years ago
  19. 5ca7fbb Update notes on JsonTypeInfo.As.EXISTING_PROPERTY to reflect support that was just added by Tatu Saloranta · 10 years ago
  20. b6a9f12 Add a note mentioning that EXISTING_PROPERTY still not/yet support in 2.5 by Cowtowncoder · 10 years ago
  21. 8541ebc update docs after FasterXML/jackson-databind@5087367a0 by Ben Fagin · 10 years ago
  22. 5658a68 Deprecate JsonTypeInfo.None; should be possible to remove in 2.5; replaced by using `java.lang.Void.class` instead by Tatu Saloranta · 10 years ago
  23. e03da33 Revert addition of #33; need to revisit for 2.5, but can't be implemented in time for 2.4 by Tatu Saloranta · 10 years ago
  24. df34a31 Implement #33, add `@JsonRootName.alwaysWrap` by Tatu Saloranta · 10 years ago
  25. de9f0e7 Add a note regarding when @JsonPropertyDescription was added (2.3) by Tatu · 10 years ago
  26. d9f31b7 Implement #32 by Tatu Saloranta · 10 years ago
  27. 304f57b Minor javadoc improvement for @JsonTypeInfo by Tatu · 10 years ago
  28. a25cc3d Minor fixes to JsonFormat.Value accessors by Tatu Saloranta · 10 years ago
  29. b61db14 Add @JsonFormat.Value#timeZoneAsString() by Tatu Saloranta · 10 years ago
  30. d7e541c Implement #31 by Tatu Saloranta · 10 years ago
  31. f3cbf27 API for custom Object Identifier resolution. by Pascal Gélinas · 11 years ago
  32. 18c5e26 Implement #20, allow @JsonFilter for properties by Tatu Saloranta · 11 years ago
  33. b7db360 ... by Tatu Saloranta · 11 years ago
  34. fa1fd92 Merge pull request #13 from Net-A-Porter/master by Tatu Saloranta · 11 years ago
  35. 9434c1d Clarify comments on JsonTypeInfo.As.EXISTING_PROPERTY a bit. by Tatu Saloranta · 11 years ago
  36. a431ceb Revert "Revert #15, since it may not actually be needed" by Tatu Saloranta · 11 years ago
  37. 6d39751 Revert #15, since it may not actually be needed by Tatu Saloranta · 11 years ago
  38. 723a55c Implement #15 by Tatu Saloranta · 11 years ago
  39. 49bbe8a Annotation for defining a human readable description for each property. To be used for JSON Schema generation. by Ian Forsey · 11 years ago
  40. 4987031 Resolved problems wrt LICENSE, Android packaging by Tatu Saloranta · 11 years ago
  41. c168c8d Merge branch 'master' of https://github.com/FasterXML/jackson-annotations by Tatu Saloranta · 11 years ago
  42. 8863a27 add LICENSE file by Tatu Saloranta · 11 years ago
  43. b9aee7b fix an eclipse warning by Tatu Saloranta · 11 years ago
  44. 4c7fbf3 javadoc improvements by Tatu Saloranta · 12 years ago
  45. 42b669e Merge branch 'master' of https://github.com/FasterXML/jackson-annotations by Tatu Saloranta · 12 years ago
  46. 6cf2284 make ObjectIdGenerator(s) serializable by Tatu Saloranta · 12 years ago
  47. 05a421d Fix javadocs by Tatu Saloranta · 12 years ago
  48. 96b1400 ... by Tatu Saloranta · 12 years ago
  49. d7f1af3 minor javadoc fix by Tatu Saloranta · 12 years ago
  50. 7a7d8c9 minor cleanup by Tatu Saloranta · 12 years ago
  51. 99844fa Improve javadocs to indicate that `@JsonProperty` value of "" is invalid for Creators. by Tatu Saloranta · 12 years ago
  52. ccbc086 Implemented [Issue#4], add `@JsonIdentityReference` annotation by Tatu Saloranta · 12 years ago
  53. 2dd74e9 Improve javadocs wrt currently supported @JsonFormat#shape values. by Tatu Saloranta · 12 years ago
  54. c1674bb Add property to @JsonIdentityInfo by Tatu Saloranta · 12 years ago
  55. 489b7d9 ... by Tatu Saloranta · 12 years ago
  56. 8b42a2f Improve handling of JsonFormat.value a bit, to make it easier to manipulate by Tatu Saloranta · 12 years ago
  57. bb81706 Minor change: allow @JsonFormat on classes too by Tatu Saloranta · 12 years ago
  58. 8fcdda0 Fix package info javadocs by Tatu Saloranta · 12 years ago
  59. 6bc9801 fixed javadoc building problems by Tatu Saloranta · 12 years ago
  60. a1592d1 minor javadoc cleanup by Tatu Saloranta · 12 years ago
  61. 39a4a28 Further updates to @JsonFormat annotations: add 'locale' and 'timezone' properties by Tatu Saloranta · 13 years ago
  62. 64c14d5 Add @JsonFormat details by Tatu Saloranta · 13 years ago
  63. f7b0a16 Work on [JACKSON-714], add @JsonFormat annotation by Tatu Saloranta · 13 years ago
  64. 7575be3 ... by Tatu Saloranta · 13 years ago
  65. 4f50a1b Add @JsonProperty.required for future extension by Tatu Saloranta · 13 years ago
  66. 2142662 minor mod to ObjectIdGenerator, allow passing of context by Tatu Saloranta · 13 years ago
  67. 030d8c6 Add ObjectIdsGenerator.None to allow disablng of ObjectId inclusion by Tatu Saloranta · 13 years ago
  68. 5c5dd56 Last mods for ObjectId generation? by Tatu Saloranta · 13 years ago
  69. d15ca50 One more fix for ObjectIdGenerator by Tatu · 13 years ago
  70. 35a2ace ... by Tatu · 13 years ago
  71. eb52f06 ... by Tatu · 13 years ago
  72. af6a98a ... by Tatu · 13 years ago
  73. 9aa54e0 Bit more work on ObjectIdGenerator definition by Tatu · 13 years ago
  74. 17eb41f Further improvements to Object Id annotations, types by Tatu Saloranta · 13 years ago
  75. 36ddcea Add @JsonObjectId annotation by Tatu Saloranta · 13 years ago
  76. 9566519 Add JsonTypeId, needed for proper handling of type ids during deserialization by Tatu · 13 years ago
  77. 28c0f60 javadoc cleanup, now builds cleanly. by Tatu Saloranta · 13 years ago
  78. ec522db ... by Tatu · 13 years ago
  79. 1dbeb48 Make all annotations applicable for annotations; needed for annotation bundling by Tatu Saloranta · 13 years ago
  80. 8a1d7f9 One minor improvement: mark bundle annotation with @JacksonAnnotation by Tatu Saloranta · 13 years ago
  81. e05f96a Add @JsonInclude, for [JACKSON-752] by Tatu Saloranta · 13 years ago
  82. b91693b Add properties for @JsonUnwrapped by Tatu Saloranta · 13 years ago
  83. 293b933 ... by Tatu Saloranta · 13 years ago
  84. cf49a9f Javadoc improvement by Tatu Saloranta · 13 years ago
  85. 81d42ea Minor clean up; un-deprecating @JsonGetter by Tatu Saloranta · 13 years ago
  86. 3368094 Add PropertyAccessor; the replacement for 1.x "JsonMethod" enumeration by Tatu Saloranta · 13 years ago
  87. cd68486 Move a few annotations from databind to here; ones that have no external dependencies by Tatu Saloranta · 13 years ago
  88. 889181b First seemingly working version by Tatu Saloranta · 13 years ago