From 297ab16c1ae7c2175da750d2f808bea234668f25 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 18 Jul 2009 20:23:37 +0200 Subject: Added credits page. --- website/credits.html | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 website/credits.html (limited to 'website/credits.html') diff --git a/website/credits.html b/website/credits.html new file mode 100644 index 00000000..f480e47e --- /dev/null +++ b/website/credits.html @@ -0,0 +1,72 @@ + + + + + + + Project Lombok - Credits + + +
+

Project Lombok - About the authors and everyone that's helped us create Project Lombok.

+
+
+ + +

+ Project Lombok is created by us: Reinier Zwitserloot (on the left) and Roel Spilker (on the right). +

+
+
+ We'd like to thank:
    +
  • Perry Nguyen (pfn on ##java on freenode) for creating the inspiration for project lombok.
  • +
  • Google Code Hosting for hosting our issue tracker as well as the lombok releases.
  • +
  • Github for hosting lombok's repository and website.
  • +
  • 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.
  • +
  • Tor Norbye for some feedback on how Netbeans works internally. We haven't cracked the netbeans nut quite yet, and help is + very welcome. Still, we've made some progress in adding netbeans support to Project Lombok thanks to Tor.
  • +
  • The Java Posse for making the java community awesome. Listen to their podcast!
  • +
+
+
+ + -- cgit