Lines Matching full:java
7 ## Use Protobuf Java Lite Runtime
9 Protobuf Java Lite runtime is separated from the main Java runtime because
10 it's designed/implemented with different constraints. In particular, Java
15 NOT guarantee API/ABI stability for Java Lite. If this is not acceptable
16 for your use-case, please use the full Java runtime instead. Note that
17 the latest version of Java Lite is not compatible with the 3.0.0 version.
19 You can generate Java Lite code for your .proto files:
26 Include the generated Java files in your project and add a dependency on the
27 protobuf Java runtime. If you are using Maven, use the following:
37 For the older version of Java Lite (v3.0.0), please refer to:
39 https://github.com/protocolbuffers/protobuf/blob/javalite/java/lite.md