@FunctionalInterface public interface DiagnosticMessageConsumer
Modifier and Type | Method and Description |
---|---|
void |
message(Element element,
Diagnostic.Kind messageKind,
String message)
Sends the message to the annotation processor.
|
void message(Element element, Diagnostic.Kind messageKind, String message)
element
- the element (class/method/field etc.) that the message is related to.messageKind
- the type of message (error, warning etc).message
- the message).
Version 2.0.0 generated on 2014-11-22 at 09:45 - (C) 41concepts Aps. Refer to project homepage valjogen.41concepts.com for more information.