aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/JacksonizedSuperBuilderSimple.java
AgeCommit message (Collapse)Author
2022-07-18fix all SuperBuilder tests (changed order of generated methods)Jan Rieke
2021-03-13[trivial] just fixing line endings - no other changesReinier Zwitserloot
2021-03-13[testing] marking down all jackson related tests as j8+ onlyReinier Zwitserloot
The jackson dep we need for testing is too new a class file to run on j6, stubbing it out too much effort. Odds we find a bug specifically because this stuff fails on java6/7 are low, and I'm okay with supporting 6/7 a little less well.
2020-12-21[fixes #2682] Fix NPE, always add Javadoc return statementRawi01
2020-03-03@Jacksonized: modify builders that they can be used by JacksonJan Rieke