Protobuf protoc compiler generates classes with @type annotation, and parser throw exception on this annotation.
Use case:
Framework: Symfony
Component: symfony/messenger
Dispatch protobuf-generated message class through messenger and get exception on message validation step (when validator parse class through doctrine/annotation)