mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-07 06:14:35 +00:00
6f351dfe1a
We've split up the build dirs for various phases of the lombok compile process, and evidently `javadoc` doesn't work unless it can find all types involved on the classpath, even for types that only show up internally. I was thinking javadoc should just look at (protected/public) signatures, not internals, but, alas.