mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-31 20:17:43 +00:00
850c3eaf07
And as expected the tests shows that @Synchronized and @SneakyThrows are currently broken for eclipse but not for ecj.
6 lines
120 B
Java
6 lines
120 B
Java
@lombok.extern.slf4j.Slf4j class LoggerSlf4jAlreadyExists {
|
|
int log;
|
|
LoggerSlf4jAlreadyExists() {
|
|
super();
|
|
}
|
|
} |