public interface ConfigurationProblemReporter
Modifier and Type | Field and Description |
---|---|
static ConfigurationProblemReporter |
CONSOLE |
Modifier and Type | Method and Description |
---|---|
void |
report(String sourceDescription,
String problem,
int lineNumber,
CharSequence line) |
static final ConfigurationProblemReporter CONSOLE
void report(String sourceDescription, String problem, int lineNumber, CharSequence line)
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.