diff options
author | Roel Spilker <r.spilker@gmail.com> | 2010-11-07 02:49:01 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2010-11-07 02:49:01 +0100 |
commit | 1f0db1191a7fcc35aaeab1481a806201a450d797 (patch) | |
tree | ddd7bb2a77a016892cada99f4a53c1abfc1f607a /website/features | |
parent | 50524f338ef1f29a1848a2f2d542d6b7317c5eff (diff) | |
download | lombok-1f0db1191a7fcc35aaeab1481a806201a450d797.tar.gz lombok-1f0db1191a7fcc35aaeab1481a806201a450d797.tar.bz2 lombok-1f0db1191a7fcc35aaeab1481a806201a450d797.zip |
Use the actual annotation value to process the @Log annotations instead of their String representations.
Diffstat (limited to 'website/features')
-rw-r--r-- | website/features/Log.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/website/features/Log.html b/website/features/Log.html index c63eeb05..6912b6ed 100644 --- a/website/features/Log.html +++ b/website/features/Log.html @@ -51,9 +51,6 @@ <p> If a field called <code>log</code> already exists, a warning will be emitted and no code will be generated. </p> - <p> - Although it is possible to specify any class literal to pass to the logger factory method, passing <code>void.class</code> will be considered to be the same as specifying no parameter. - </p> </div> </div> <div class="footer"> |