mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
- skip unresolved references with lombok GitOrigin-RevId: f5e7bc91b1e5634a0a042f0fd90b6be3ca943a28
9 lines
686 B
Java
9 lines
686 B
Java
import <info descr="Not resolved until the project is fully loaded">lombok</info>.<info descr="Not resolved until the project is fully loaded">extern</info>.<info descr="Not resolved until the project is fully loaded">slf4j</info>.<info descr="Not resolved until the project is fully loaded">Slf4j</info>;
|
|
|
|
@<info descr="Not resolved until the project is fully loaded">Slf4j</info>
|
|
public class LombokLogs {
|
|
public void validate() {
|
|
<info descr="Not resolved until the project is fully loaded">log</info>.<info descr="Not resolved until the project is fully loaded">atInfo</info>().<info descr="Not resolved until the project is fully loaded">log</info>("Validating user");
|
|
}
|
|
}
|