.modules.dropwizard-protobuf.1.0.0-2.source-code.dropwizard.proto Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-protobuf Show documentation
Show all versions of dropwizard-protobuf Show documentation
Support for reading and writing Google Protocol Buffer objects
syntax = "proto2";
package dropwizard;
option java_package = "io.dropwizard.jersey.protobuf.protos";
option java_outer_classname = "DropwizardProtos";
option optimize_for = SPEED;
message ErrorMessage {
required string message = 1;
optional int32 code = 2 [default = 500];
optional string details = 3;
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy