aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/extern/slf4j/XSlf4j.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lombok/extern/slf4j/XSlf4j.java')
-rw-r--r--src/core/lombok/extern/slf4j/XSlf4j.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/extern/slf4j/XSlf4j.java b/src/core/lombok/extern/slf4j/XSlf4j.java
index 306057f0..0f2efe26 100644
--- a/src/core/lombok/extern/slf4j/XSlf4j.java
+++ b/src/core/lombok/extern/slf4j/XSlf4j.java
@@ -60,5 +60,5 @@ public @interface XSlf4j {
/**
* Sets the category of the constructed Logger. By default, it will use the type where the annotation is placed.
*/
- String value() default "";
+ String topic() default "";
}