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
/
lombok
/
javac
/
handlers
Age
Commit message (
Expand
)
Author
2009-06-27
[IMPROVEMENT]
Reinier Zwitserloot
2009-06-25
Added support for generating toString to javac's HandleData. Now javac's Hand...
Reinier Zwitserloot
2009-06-25
Added generating hashCode() to javac's HandleData.
Reinier Zwitserloot
2009-06-25
javac's HandleData now makes equals methods.
Reinier Zwitserloot
2009-06-24
javac's HandleData now generates the constructor only if it doesn't already e...
Reinier Zwitserloot
2009-06-24
Work on HandleData, as well as generalizing features in the the PKG class and...
Reinier Zwitserloot
2009-06-21
Due to a java bug, constants in enums don't work, so instead the default acce...
Reinier Zwitserloot
2009-06-19
Added initial support for the @Data annotation. Currently produces getters an...
Reinier Zwitserloot
2009-06-18
Created a fully working HandleSetter for eclipse, and refactored HandleGetter...
Reinier Zwitserloot
2009-06-18
Expanded the AST printers to support a target PrintStream, and expanded the @...
Reinier Zwitserloot
2009-06-17
AnnotationHandlers can now return a boolean to set if they actually handled t...
Reinier Zwitserloot
2009-06-17
Added 'does setX/getX already exist' check to javac's HandleGetter/Setter. If...
Reinier Zwitserloot
2009-06-17
Added the SetterHandler for javac. Also added a way to get the SymbolTable on...
Reinier Zwitserloot
2009-06-17
A useful annotation that prints the AST of any annotated element via the XAST...
Reinier Zwitserloot
2009-06-17
Just renamed some parameters to more sensical names.
Reinier Zwitserloot
2009-06-17
Renamed the Handler implementations.
Reinier Zwitserloot
2009-06-17
Massive refactors. This list isn't complete, but should give you an idea:
Reinier Zwitserloot
2009-06-16
Removed debug prints.
Reinier Zwitserloot
2009-06-16
Implemented a lot of stuff for javac, but we ran into 2 major issues still to...
Reinier Zwitserloot