aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/LoggerXSlf4j.java
blob: 0239c60b375556c87b80891592cf002fca18a49d (plain)
1
2
3
4
5
6
7
class LoggerXSlf4j {
	private static final org.slf4j.ext.XLogger log = org.slf4j.ext.XLoggerFactory.getXLogger(LoggerXSlf4j.class);
}

class LoggerXSlf4jWithImport {
	private static final org.slf4j.ext.XLogger log = org.slf4j.ext.XLoggerFactory.getXLogger(LoggerXSlf4jWithImport.class);
}