mirror of
https://github.com/tiennm99/lombok.git
synced 2026-07-17 02:17:11 +00:00
- 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 {
|
|
} |