diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml
index 025fb67cbf2b..3bf1aeffebd4 100644
--- a/bindings/java/pom.xml
+++ b/bindings/java/pom.xml
@@ -34,9 +34,9 @@
opendal-java
0.44.1
- Apache OpenDAL
+ Apache OpenDALâ„¢
- OpenDAL is a data access layer that allows users to
+ Apache OpenDALâ„¢ is a data access layer that allows users to
easily and efficiently retrieve data from various storage services in a unified way.
diff --git a/bindings/java/src/main/java/org/apache/opendal/layer/package-info.java b/bindings/java/src/main/java/org/apache/opendal/layer/package-info.java
new file mode 100644
index 000000000000..dbc9e94547c9
--- /dev/null
+++ b/bindings/java/src/main/java/org/apache/opendal/layer/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/**
+ * Wrappers to configure the underneath layers.
+ */
+package org.apache.opendal.layer;
diff --git a/bindings/java/src/main/java/org/apache/opendal/package-info.java b/bindings/java/src/main/java/org/apache/opendal/package-info.java
index 5c6b68166461..54a49f88810e 100644
--- a/bindings/java/src/main/java/org/apache/opendal/package-info.java
+++ b/bindings/java/src/main/java/org/apache/opendal/package-info.java
@@ -18,7 +18,6 @@
*/
/**
- * This package contains Java bindings over OpenDAL
- * via Java Native Interface (JNI).
+ * JNI-based Java binding for Apache OpenDALâ„¢.
*/
package org.apache.opendal;