re-sdk-template.1.2.1-beta.4334260.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-sdk-template Show documentation
Show all versions of azure-sdk-template Show documentation
This package contains Microsoft Azure SDK for Template.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
module com.azure.sdk.template {
// All public packages should be exported unconditionally so that all consumers may access their public APIs.
exports com.azure.sdk.template;
// Implementation packages that contain service request or response models need to be opened to azure-core to allow
// its reflective operations to perform correctly.
opens com.azure.sdk.template.implementation to com.azure.core;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy