aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/extern/apachecommons
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lombok/extern/apachecommons')
-rw-r--r--src/core/lombok/extern/apachecommons/CommonsLog.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/lombok/extern/apachecommons/CommonsLog.java b/src/core/lombok/extern/apachecommons/CommonsLog.java
index 024e3744..34ac0fe6 100644
--- a/src/core/lombok/extern/apachecommons/CommonsLog.java
+++ b/src/core/lombok/extern/apachecommons/CommonsLog.java
@@ -59,4 +59,8 @@ import java.lang.annotation.Target;
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.TYPE)
public @interface CommonsLog {
+ /**
+ * Sets the category of the constructed Logger. By default, it will use the type where the annotation is placed.
+ */
+ String value() default "";
} \ No newline at end of file