Uses of Class
org.infinispan.protostream.annotations.impl.processor.AnnotationProcessingException
Packages that use AnnotationProcessingException
Package
Description
Compile time annotations processor for Protostream annotations to generate Protobuf schemas and marshallers.
-
Uses of AnnotationProcessingException in org.infinispan.protostream.annotations.impl.processor
Methods in org.infinispan.protostream.annotations.impl.processor with parameters of type AnnotationProcessingExceptionModifier and TypeMethodDescriptionprivate voidAutoProtoSchemaBuilderAnnotationProcessor.reportError(AnnotationProcessingException ex) Issue a compilation error.Methods in org.infinispan.protostream.annotations.impl.processor that throw AnnotationProcessingExceptionModifier and TypeMethodDescription(package private) voidAnnotatedClassScanner.discoverClasses(RoundEnvironment roundEnv) Gathers the message/enum classes to process and generate marshallers for.