import lombok.extern.flogger.Flogger; @lombok.extern.flogger.Flogger class LoggerFlogger { private static final com.google.common.flogger.FluentLogger log = com.google.common.flogger.FluentLogger.forEnclosingClass(); () { } LoggerFlogger() { super(); } } @Flogger class LoggerFloggerWithImport { private static final com.google.common.flogger.FluentLogger log = com.google.common.flogger.FluentLogger.forEnclosingClass(); () { } LoggerFloggerWithImport() { super(); } } class LoggerFloggerOuter { static @lombok.extern.flogger.Flogger class Inner { private static final com.google.common.flogger.FluentLogger log = com.google.common.flogger.FluentLogger.forEnclosingClass(); () { } Inner() { super(); } } LoggerFloggerOuter() { super(); } }