1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 09:15:37 -05:00

update java options

This commit is contained in:
Darien Raymond
2017-02-03 23:15:10 +01:00
parent b07d947311
commit b5d14b6823
74 changed files with 640 additions and 650 deletions

View File

@@ -4,7 +4,7 @@ package v2ray.core.common.protocol;
option csharp_namespace = "V2Ray.Core.Common.Protocol";
option go_package = "protocol";
option java_package = "com.v2ray.core.common.protocol";
option java_outer_classname = "UserProto";
option java_multiple_files = true;
import "v2ray.com/core/common/serial/typed_message.proto";