From 3933690ed84f718c730b1c3e475ea4a0f6cb2194 Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Sun, 26 Jan 2025 09:47:16 -0800 Subject: [PATCH] ~ add `@NullMarked` to packages --- .../opcua/sdk/core/types/codec/package-info.java | 14 ++++++++++++++ .../milo/opcua/sdk/core/types/package-info.java | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/types/codec/package-info.java create mode 100644 opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/types/package-info.java diff --git a/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/types/codec/package-info.java b/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/types/codec/package-info.java new file mode 100644 index 000000000..d20b3bd41 --- /dev/null +++ b/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/types/codec/package-info.java @@ -0,0 +1,14 @@ +/* + * Copyright (c) 2025 the Eclipse Milo Authors + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + */ + +@NullMarked +package org.eclipse.milo.opcua.sdk.core.types.codec; + +import org.jspecify.annotations.NullMarked; diff --git a/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/types/package-info.java b/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/types/package-info.java new file mode 100644 index 000000000..5b565cc92 --- /dev/null +++ b/opc-ua-sdk/sdk-core/src/main/java/org/eclipse/milo/opcua/sdk/core/types/package-info.java @@ -0,0 +1,14 @@ +/* + * Copyright (c) 2025 the Eclipse Milo Authors + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + */ + +@NullMarked +package org.eclipse.milo.opcua.sdk.core.types; + +import org.jspecify.annotations.NullMarked;