Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-24 | [fixes #2586] Add Java 15 support for delombok | Rawi01 | |
2017-11-29 | delombok in JDK9 now almost works. Some cases of ‘val’ don’t work yet. | Reinier Zwitserloot | |
2017-11-28 | JDK9 support for delombok (and thus, for running the tests under JDK9). | Reinier Zwitserloot | |
2013-03-08 | Compiler options can now be specified for JDK 8 or JDK 6/7 or lower. | Robbert Jan Grootjans | |
After this was finalized I realize that we might consider moving entirely to String based options, instead of inferring the options from the provided enum. This setup does have the benefit of throwing exceptions when options are not present. |