org.infinispan.protostream.annotations.impl.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protostream Show documentation
Show all versions of protostream Show documentation
ProtoStream is a serialization library based on Protocol buffers format for serializing structured data.
/**
* Holds the internal representation of Protobuf type metadata defined via annotations and the processors that handle
* this metadata in order to generate Protobuf schemas and marshallers.
*
* WARNING: Users should not directly use anything from this package as it does not constitute an API and it will change
* without notice.
*/
package org.infinispan.protostream.annotations.impl;