Package | Description |
---|---|
com.google.auto.value.processor |
This package contains the annotation processor that implements the
AutoValue API. |
Modifier and Type | Method and Description |
---|---|
private AbortProcessingException |
AutoAnnotationProcessor.abortWithError(java.lang.String msg,
javax.lang.model.element.Element e)
Issue a compilation error and return an exception that, when thrown, will cause the processing
of this class to be abandoned.
|