mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-01 08:21:01 +00:00
- Removed the option to specify a different class to log on - Updated tests and documentation
6 lines
120 B
Java
6 lines
120 B
Java
@lombok.extern.slf4j.Slf4j class LoggerSlf4jAlreadyExists {
|
|
int log;
|
|
LoggerSlf4jAlreadyExists() {
|
|
super();
|
|
}
|
|
} |