Uses of Package
org.infinispan.protostream.annotations.impl.processor
Packages that use org.infinispan.protostream.annotations.impl.processor
Package
Description
Compile time annotations processor for Protostream annotations to generate Protobuf schemas and marshallers.
Marshalling for various Java specific types.
Generates schemas for various protobuf builtin types, the ones found in the 'google.protobuf' package of the
reference implementation.
-
Classes in org.infinispan.protostream.annotations.impl.processor used by org.infinispan.protostream.annotations.impl.processorClassDescriptionDiscovers the classes to process based on the package and class filter specified in the
AutoProtoSchemaBuilderannotation.An exception thrown to stop processing of annotations abruptly whenever the conditions do not allow to continue (ie.Tracks generated source files.Generates source code for the marshaller.Generate a META-INF/services resource file suitable forServiceLoadermechanism. -
Classes in org.infinispan.protostream.annotations.impl.processor used by org.infinispan.protostream.types.javaClassDescriptionAll generated classes will have this annotation indicating the FQNs of classes that are the origins of this generated code, as an aid when recompiling incrementally.
-
Classes in org.infinispan.protostream.annotations.impl.processor used by org.infinispan.protostream.types.protobufClassDescriptionAll generated classes will have this annotation indicating the FQNs of classes that are the origins of this generated code, as an aid when recompiling incrementally.