public interface DiagnosticsReceiver
| Modifier and Type | Field and Description |
|---|---|
static DiagnosticsReceiver |
CONSOLE |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(String message)
Generate a compiler error on this node.
|
void |
addWarning(String message)
Generate a compiler warning on this node.
|
static final DiagnosticsReceiver CONSOLE
Copyright © 2009-2014 The Project Lombok Authors, licensed under the MIT licence.