For anyone who uses lombok with jackson, you should checkout jackson-lombok which is a fork from xebia that allows lombok value types (and lombok generated constructors) to be json creators.
The original authors compiled their version against jackson-core 2.4.* but the new version uses 2.6.*.… Read the rest