mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-07 12:13:09 +00:00
a12675e120cf6c1924f46a48089d65ebe703b0d7
Fixes issue #84: @Data and many other annotations couldn't deal with wildcard generics that had a bound on them, so, for example, a field typed as 'List<? extends Number>'.
projectlombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. See LICENCE for the project lombok licence. To start: First, run: ant installDeps to grab a bunch of dependencies interactively from the internet. Then, to build lombok: ant dist try ant -projecthelp for descriptions of other options. Project Authors: Reinier Zwitserloot twitter: @surial home: http://zwitserloot.com/ Roel Spilker twitter: @rspilker
Description
Languages
Java
94.5%
HTML
4.8%
JavaScript
0.3%
CSS
0.2%