All Downloads are FREE. Search and download functionalities are using the official Maven repository.

re-sdk-template.1.2.1-beta.4334260.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 1.2.2-beta.1
Show newest version
// 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