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
/
Processor.java
Age
Commit message (
Expand
)
Author
2021-01-15
Improve Javadoc and consistently use SourceVersion.latest().
Christian Schlichtherle
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2015-12-05
add bug detection for the wrong usage of lombok.javac.apt.Processor
Roel Spilker
2015-12-02
rename the old Processor to make room for a bug-chase version.
Roel Spilker
2015-01-31
updated some copyright headers and reverted a change to use a TreeMap to forc...
Reinier Zwitserloot
2015-01-31
[i694] When we resolve anything with inner classes, supertype references in t...
Reinier Zwitserloot
2014-06-06
[i554] Another try to prevent NPEs on IBM J9
Roel Spilker
2014-03-01
Potential fix for NPE in classloader, issue 648
Roel Spilker
2013-09-24
tiny tiny fix for some incredibly unlikely mix of intellij, ibm stuff, and wh...
Reinier Zwitserloot
2013-06-16
issue 536: annotationprocessor now always returns false.
Reinier Zwitserloot
2012-08-28
If the JVM is started with -Dlombok.disable, lombok is disabled entirely for ...
Reinier Zwitserloot
2012-08-10
Added an optimization to javac: Don't force new resolution rounds if none of ...
Reinier Zwitserloot
2012-08-10
* Added priorities to handlers, along with implementation of the priority sys...
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-08-10
Made delomboks processor 'work' on java6 and java7 without any warnings
peichhorn
2011-08-08
Made the annotation processor 'work' on java6 and java7 without any warnings
Roel Spilker
2011-07-18
Changes to the lombok annotations processor, forcing the java processing envi...
Jan Lahoda
2010-11-10
'val' now fully works on javac, even when referring to lombok-generated code,...
Reinier Zwitserloot
2010-11-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-10-04
The previous commit (fix for ZIP closed errors) actually breaks lombok on sys...
Reinier Zwitserloot
2010-10-01
Fix for "ZIP file closed" errors caused by the postprocessor trying to load m...
Reinier Zwitserloot
2010-08-03
Added initial support for post-compilation byte code transformations
Roel Spilker
2009-12-23
generalized the annotation processor that lombok.jar represents into a main c...
Reinier Zwitserloot
2009-11-27
delombok now calls lombok. wahey!
Reinier Zwitserloot
2009-11-25
Refactored the source folders.
Reinier Zwitserloot