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