aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleExtensionMethod.java
AgeCommit message (Expand)Author
2023-01-12Merge pull request #3312 from Rawi01/extensionmethod-nonstaticReinier Zwitserloot
2022-12-11[fixes #3310] Ignore non-static/non-public extension methodsRawi01
2022-09-14fixes ...: allow @ExtensionMethod on interfacesMarc Guenther
2021-03-16[build] sped up the build considerable.Reinier Zwitserloot
2021-02-07[fixes #2741] Handle inner method invocations firstRawi01
2021-01-28[fixes #2691] Add end positions to all generated nodesRawi01
2020-08-20[fixes #2261] Detect static method access properlyRawi01
2014-03-04[configuration] Merge branch 'master' as we work on configuration.Reinier Zwitserloot
2014-01-18[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...Reinier Zwitserloot
2014-01-18[configuration] implementation of flagUsage for all handlers.Reinier Zwitserloot
2014-01-15added package-infos to lots of packages, updated the javadoc in these, and ma...Reinier Zwitserloot
2012-10-29fix for issue #423: @ExtensionMethods failed with an NPE in the handler on ja...Reinier Zwitserloot
2012-08-13FieldDefaults (and Value) did not call .rebuild() after changing modifiers. T...Reinier Zwitserloot
2012-08-10* Added priorities to handlers, along with implementation of the priority sys...Reinier Zwitserloot
2012-07-13Fixed issue 399: @ExtensionMethod broken for javac in nearly all casesPhilipp Eichhorn
2012-05-22Javac implementation of @ExtensionMethod.Robbert Jan Grootjans