mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-14 18:20:49 +00:00
5 lines
89 B
Java
5 lines
89 B
Java
import lombok.extern.slf4j.Slf4j;
|
|
|
|
@Slf4j(topic=42)
|
|
class LoggerSlf4jWithIntegerTopic {
|
|
} |