templates.message.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of conductor-annotations-processor Show documentation
Show all versions of conductor-annotations-processor Show documentation
conductor-annotations-processor
The newest version!
{{protoClass}} {{name}} {
{{#nested}}
{{>message}}
{{/nested}}
{{#fields}}
{{protoTypeDeclaration}};
{{/fields}}
}