This website requires JavaScript.
Explore
Help
Register
Sign In
tiennm99
/
lombok
Watch
1
Star
0
Fork
0
You've already forked lombok
mirror of
https://github.com/tiennm99/lombok.git
synced
2026-05-28 12:22:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1,732
Commits
1
Branch
0
Tags
59cdad442a9d3582049f64d656fc1277d5ea6d2b
Commit Graph
2 Commits
Author
SHA1
Message
Date
Roel Spilker
6a02cb4013
[jdk8support] We now handle doc comments internally, alleviating the need to try and keep up with the complete rewrites of the doc comment parser from java6 to java7 to java8. Still doesn't actually work in jdk8, but only because of a last-mile issue. (we communicate the doc comment via compilationUnit.docComments but that changed types in jdk8, we just need to make a wrapper to make that work).
2013-09-09 23:54:28 +02:00
Reinier Zwitserloot
867929c79f
added tests for new javadoc behaviour, javac implementation of copying javadoc for getters/setters, and fixed pretty printer to no longer inject an extra newline at the top of javadoc.
2013-07-08 21:20:24 +02:00