
enservices.ons-client.2.0.8.Final.source-code.module-info Maven / Gradle / Ivy
The newest version!
/**
* Defines the Gson serialization/deserialization API.
* @since 2.8.6
*/
module com.aliyun.openservices.ons.shaded.com.google.gson {
exports com.aliyun.openservices.ons.shaded.com.google.gson;
exports com.aliyun.openservices.ons.shaded.com.google.gson.annotations;
exports com.aliyun.openservices.ons.shaded.com.google.gson.reflect;
exports com.aliyun.openservices.ons.shaded.com.google.gson.stream;
// Optional dependency on java.sql
requires static java.sql;
// Optional dependency on jdk.unsupported for JDK's sun.misc.Unsafe
requires static jdk.unsupported;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy