From 58851b4c6e96a51d1ac298c7ed85efac6ffe8335 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 17 Nov 2012 19:12:01 +0100 Subject: Updated the javadoc of each and every feature annotation that lombok has: * Removed most documentation and instead put in a link to the much more up to date and extensive documentation at http://projectlombok.org/features * Getting ahead of ourselves a little, added notes on onConstructor/onParam/onMethod which we are about to add in the next few commits. * Updated copyrights to 2012. --- src/core/lombok/extern/java/Log.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/lombok/extern/java/Log.java') diff --git a/src/core/lombok/extern/java/Log.java b/src/core/lombok/extern/java/Log.java index dba83c60..90c62956 100644 --- a/src/core/lombok/extern/java/Log.java +++ b/src/core/lombok/extern/java/Log.java @@ -28,6 +28,9 @@ import java.lang.annotation.Target; /** * Causes lombok to generate a logger field. + *

+ * Complete documentation is found at the project lombok features page for lombok log annotations. + *

* Example: *

  * @Log
-- 
cgit