index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
javac
/
apt
/
LombokProcessor.java
Age
Commit message (
Expand
)
Author
2023-02-20
Remove obsolete LombokProcessor.getModuleName
Christoph Dreis
2021-04-23
Change owner lombok GitHub repository
Roel Spilker
2021-03-19
[jdk16] fix delombok (and the test suite, which depends on it) for jdk16.
Reinier Zwitserloot
2021-03-16
[fixes #2681] [jdk16] support jdk16
Reinier Zwitserloot
2021-01-15
Improve Javadoc and consistently use SourceVersion.latest().
Christian Schlichtherle
2020-11-13
[refactor] reflection code streamlined by sending it through the Permit class
Reinier Zwitserloot
2020-10-08
[fixes #2592] Find ProcessingEnvironment in InteliJ 2020.3 and Kotlin
Rawi01
2020-06-23
[build] rewriting the build system
Reinier Zwitserloot
2019-07-25
add comments
Roel Spilker
2019-07-24
Fixes #2184: NPE on package-info.java without package declaration.
Roel Spilker
2019-01-29
New strategy to force new rounds. Possible fix for #1723, #1858 and #1946
Roel Spilker
2019-01-08
[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...
Reinier Zwitserloot
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-08-22
Merge branch 'master' into master
Philippe Charles
2018-08-21
[#1808] Probable fix: Using module names with dots in them was causing issues...
Reinier Zwitserloot
2018-08-21
bugfix for the new ‘find the next priority’ system committed earlier; it ...
Reinier Zwitserloot
2018-07-11
Fix NetBeans 8.x compile-on-save issue.
Philippe Charles
2018-06-07
Also generify AnnotationProcessor logic
mszabo-wikia
2018-06-07
Generify logic to obtain JavacFiler and JavacProcessingEnvironment
mszabo-wikia
2018-06-06
Fix #1716: Update for Gradle incremental compilation API change in Gradle 4.8...
mszabo-wikia
2018-05-03
Allow gradle incremental compiling with lombok in annotation processor path
Pascal Bihler
2018-02-07
[jdk9] forcing new rounds when compiling multiple modules didn’t work. (Fil...
Reinier Zwitserloot
2017-11-29
replace all fileManagers to make sure we patch the generated bytecode, fixes ...
Roel Spilker
2017-01-19
Added support for MapStructu’s AstModifyingAnnotationProcessor SPI system. ...
Reinier Zwitserloot
2017-01-19
Lombok will now also fix the typemirror info when generating bean-related met...
Reinier Zwitserloot
2016-04-24
delete redundant code
izebit
2015-12-02
rename the old Processor to make room for a bug-chase version.
Roel Spilker