mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-29 14:19:19 +00:00
f258229b88
- Removed the option to specify a different class to log on - Updated tests and documentation
9 lines
158 B
Java
9 lines
158 B
Java
import lombok.extern.apachecommons.CommonsLog;
|
|
|
|
@lombok.extern.apachecommons.CommonsLog
|
|
class LoggerCommons {
|
|
}
|
|
|
|
@CommonsLog
|
|
class LoggerCommonsWithImport {
|
|
} |