aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/extern/apachecommons/Log.java
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2010-11-16 00:27:26 +0100
committerRoel Spilker <r.spilker@gmail.com>2010-11-16 00:27:26 +0100
commit67668f8e98d74568092d3e36fc51425a4ff1fae8 (patch)
tree52d1a405677be76c614dafa7b47753d1a791e1b3 /src/core/lombok/extern/apachecommons/Log.java
parentb3a9eeeffbc78681b3efb0b59d70565541ccfed4 (diff)
downloadlombok-67668f8e98d74568092d3e36fc51425a4ff1fae8.tar.gz
lombok-67668f8e98d74568092d3e36fc51425a4ff1fae8.tar.bz2
lombok-67668f8e98d74568092d3e36fc51425a4ff1fae8.zip
Added extra javadoc links
Diffstat (limited to 'src/core/lombok/extern/apachecommons/Log.java')
-rw-r--r--src/core/lombok/extern/apachecommons/Log.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lombok/extern/apachecommons/Log.java b/src/core/lombok/extern/apachecommons/Log.java
index 4c82a2a7..87e7ab2c 100644
--- a/src/core/lombok/extern/apachecommons/Log.java
+++ b/src/core/lombok/extern/apachecommons/Log.java
@@ -61,6 +61,8 @@ import java.lang.annotation.Target;
*
* This annotation is valid for classes and enumerations.<br />
*
+ * @see org.apache.commons.logging.Log org.apache.commons.logging.Log
+ * @see org.apache.commons.logging.LogFactory#getLog(java.lang.Class) org.apache.commons.logging.LogFactory.getLog(Class target)
* @see lombok.extern.jul.Log lombok.extern.jul.Log
* @see lombok.extern.log4j.Log lombok.extern.log4j.Log
* @see lombok.extern.slf4j.Log lombok.extern.slf4j.Log