Files
lombok/test/transform/resource/after-ecj/LoggerSlf4jAlreadyExists.java
T
Roel Spilker f258229b88 - Renamed the diverse @Log annotations to give them distinct names
- Removed the option to specify a different class to log on
- Updated tests and documentation
2010-11-22 23:52:34 +01:00

6 lines
120 B
Java

@lombok.extern.slf4j.Slf4j class LoggerSlf4jAlreadyExists {
int log;
LoggerSlf4jAlreadyExists() {
super();
}
}