From c0daffdb438e1ded5f96d3425b23067c66042a1c Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 11 Mar 2013 23:30:20 +0100 Subject: Updated documentation to reflect support of JBoss Developer Studio --- website/download.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'website/download.html') diff --git a/website/download.html b/website/download.html index bb354c8f..dea43799 100644 --- a/website/download.html +++ b/website/download.html @@ -44,7 +44,7 @@ - + @@ -53,10 +53,10 @@ - - + + - + @@ -68,7 +68,7 @@ - + -- cgit From ffb3527daa05c966f40cccb3bbd93133b5775c7b Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 23 May 2013 12:50:19 +0200 Subject: Updated website; the footer of the video was too long and caused wonky formatting, and the download page now points to the IntelliJ plugin page instead of saying that IntelliJ doesn't support lombok. --- website/download.html | 2 +- website/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'website/download.html') diff --git a/website/download.html b/website/download.html index dea43799..15fcec7a 100644 --- a/website/download.html +++ b/website/download.html @@ -57,7 +57,7 @@ - + diff --git a/website/index.html b/website/index.html index dcac3ab5..97b51114 100644 --- a/website/index.html +++ b/website/index.html @@ -87,7 +87,7 @@
- I can't see the video | I don't want to see the video - show me a text and images based explanation and tutorial instead! + I can't see the video | Show me a text and images based explanation and tutorial instead!
Maven or Ivy
Maven or Ivy Lombok is in maven central. More…
Javac
NetBeans Just put lombok.jar on the classpath and enable annotation processing. More…
Eclipse and STSRun lombok.jar as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project.
Eclipse and variantsRun lombok.jar as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project. Supported variants: Springsource Tool Suite, JBoss Developer Studio
IDEA IntelliJ
IDEA IntelliJ lombok doesn't (yet) work under IntelliJ. We're working on it though!
Javadoc
GWT Lombok works with GWT. More…
Play! Framework
Play! Framework Use Aaron Freeman's lombok play plugin.
ecjRun lombok.jar as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project. Supported variants: Springsource Tool Suite, JBoss Developer Studio
IDEA IntelliJlombok doesn't (yet) work under IntelliJ. We're working on it though!
A plugin developed by Michael Plushnikov adds support for most features.
Javadoc First delombok your code then run javadoc on the result. More…