From 47f58c922cd8aa7ee6fa25d84cdf3ed35fe67ecf Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 13 Jun 2011 23:50:39 +0200 Subject: mentioned Anthony Whitford's delombok maven plugin on delombok feature page. --- website/features/delombok.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'website') diff --git a/website/features/delombok.html b/website/features/delombok.html index 054516c8..c1ad2a7f 100644 --- a/website/features/delombok.html +++ b/website/features/delombok.html @@ -48,8 +48,7 @@
Instead of a from attribute, you can also nest <fileset> nodes.

Running delombok in maven

- We don't have a maven plugin for delombok (yet). You'll have to make do with either making maven running an ant script, or letting maven execute - delombok directly as an application. If you'd like to contribute a plugin, do get in touch with us! + Anthony Whitford has written a maven plugin for delomboking your source code.

Limitations

Delombok tries to preserve your code as much as it can, but comments may move around a little bit, especially comments that are in the middle of a syntax node. For example, any comments appearing in the middle of a list of method modifiers, such as public /*comment*/ static ... will -- cgit