Back to Lombok

Credits

website/templates/credits.html

1.18.461.2 KB
Original Source

#import "/_scaffold.html" as main> <@main.scaffold title="Credits">

<@main.h1 title="Project Lombok - About the authors and everyone that's helped us create Project Lombok." />

<@main.h3 title="Regular contributors to Project Lombok:" />

Reinier Zwitserloot

Roel Spilker

We'd like to thank:

  • Perry Nguyen (pfn on ##java on freenode) for creating the inspiration for project lombok.
  • Tor Norbye , Jan Lahoda , and Petr Jiricka for helping out with Netbeans internals and/or javac.
  • nqzero for the permit-reflect library, whose ideas are also used in lombok.
  • All contributors who submitted patches or helped answering questions!

as well as the authors of the following tools that we use:

  • Github for hosting lombok's repository and issue tracker.
  • The ASM team at ObjectWeb for creating an excellent class file editing tool. Lombok uses ASM to interact with Eclipse.
  • Markus Gebhard for creating java2html which we use for the example code snippets on the features pages.

@main.scaffold>