diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-11-18 20:49:23 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-11-18 20:49:23 +0100 |
commit | ffedb71cb52e32657d0426ef667f701a88f3fb9a (patch) | |
tree | 9dc754aad8b614a31f37f4a206c1faee18f540e8 /src/core/lombok/extern/apachecommons/Log.java | |
parent | 49b9d073baa0039325065fa76747fa7384fa89be (diff) | |
parent | 67668f8e98d74568092d3e36fc51425a4ff1fae8 (diff) | |
download | lombok-ffedb71cb52e32657d0426ef667f701a88f3fb9a.tar.gz lombok-ffedb71cb52e32657d0426ef667f701a88f3fb9a.tar.bz2 lombok-ffedb71cb52e32657d0426ef667f701a88f3fb9a.zip |
Merge branch 'master' of github.com:rzwitserloot/lombok
Diffstat (limited to 'src/core/lombok/extern/apachecommons/Log.java')
-rw-r--r-- | src/core/lombok/extern/apachecommons/Log.java | 2 |
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 |