From 965e53aff76875dbe66eb92da3424493dfebe58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=BE=E9=94=A6=E5=B1=B1?= <791770396@qq.com> Date: Thu, 29 May 2025 06:38:29 +0000 Subject: [PATCH] update arkts/@arkts.lang.d.ets. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曾锦山 <791770396@qq.com> --- arkts/@arkts.lang.d.ets | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arkts/@arkts.lang.d.ets b/arkts/@arkts.lang.d.ets index b279848dca..5ea5c8b672 100644 --- a/arkts/@arkts.lang.d.ets +++ b/arkts/@arkts.lang.d.ets @@ -10,6 +10,7 @@ * 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. */ @@ -24,6 +25,8 @@ * @namespace lang * @syscap SystemCapability.Utils.Lang * @atomicservice + + * @since 12 */ /** @@ -35,7 +38,8 @@ * @atomicservice * @since 18 */ -declare namespace lang { +declare namespace lang { + /** * Base interface for all Sendable classes/interfaces. * -- Gitee