Uses of Class
com.google.auto.value.processor.AbortProcessingException
-
Packages that use AbortProcessingException Package Description com.google.auto.value.processor This package contains the annotation processor that implements theAutoValue
API. -
-
Uses of AbortProcessingException in com.google.auto.value.processor
Methods in com.google.auto.value.processor that return AbortProcessingException Modifier and Type Method 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.
-