Uses of Class
com.google.auto.value.processor.AbortProcessingException
Packages that use AbortProcessingException
Package
Description
This package contains the annotation processor that implements the
AutoValue
API.-
Uses of AbortProcessingException in com.google.auto.value.processor
Methods in com.google.auto.value.processor that return AbortProcessingExceptionModifier and TypeMethodDescriptionprivate AbortProcessingException
AutoAnnotationProcessor.abortWithError
(String msg, Element e) Issue a compilation error and return an exception that, when thrown, will cause the processing of this class to be abandoned.