Lines Matching refs:Java
7 ## Use the Protobuf Java Lite Runtime
9 The Protobuf Java Lite runtime is separated from the main Java runtime because
10 it's designed and implemented with different constraints. In particular, the Java
14 NOT guarantee API/ABI stability for Java Lite. If this is not acceptable
15 for your use-case, use the full Java runtime instead. Note that
16 the latest version of Java Lite is not compatible with the 3.0.0 version.
18 You can generate Java Lite code for your .proto files:
23 effect on Java code.
25 Include the generated Java files in your project and add a dependency on the
26 protobuf Java Lite runtime. If you are using Maven, include the following:
52 For the older version of Java Lite (v3.0.0), please refer to: