mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 10:00:43 +00:00
f258229b88
- Removed the option to specify a different class to log on - Updated tests and documentation
4 lines
71 B
Java
4 lines
71 B
Java
@lombok.extern.slf4j.Slf4j
|
|
class LoggerSlf4jAlreadyExists {
|
|
int log;
|
|
} |