File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
client/src/main/proto/spine
server/src/main/proto/spine/server/storage Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1919//
2020syntax = "proto3" ;
2121
22- // We do not define the package for this file to allow shorter options for user-defined types.
22+ // We do not define a package for this file to allow shorter options for user-defined types.
2323// This would allow to write:
2424//
2525// [(required).value = true];
@@ -37,6 +37,7 @@ option java_package = "org.spine3.validate.internal";
3737option (internal_all) = true ;
3838
3939import "google/protobuf/descriptor.proto" ;
40+
4041import "spine/annotations.proto" ;
4142
4243// TODO:2016-02-18:alexander.litus: obtain globally unique field number(s) for opts from Google.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ option (SPI_all) = true;
3030
3131import "google/protobuf/any.proto" ;
3232import "google/protobuf/timestamp.proto" ;
33+
3334import "spine/base/event.proto" ;
3435import "spine/annotations.proto" ;
3536
You can’t perform that action at this time.
0 commit comments