com.azure.core.annotation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-core Show documentation
Show all versions of azure-core Show documentation
This package contains core types for Azure Java clients.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
/**
* This package contains annotations for client-side methods that map to REST APIs in the Azure SDK.
*
* These annotations are used to define the HTTP method (GET, POST, PUT, DELETE, etc.) and the relative path for the
* REST endpoint. They also provide a way to specify path parameters, query parameters, and the request body.
*
* Here are some of the key annotations included in this package:
*
*
* - {@link com.azure.core.annotation.Get}: Annotation for HTTP GET method.
* - {@link com.azure.core.annotation.Put}: Annotation for HTTP PUT method.
* - {@link com.azure.core.annotation.QueryParam}: Annotation for query parameters to be appended to a REST API
* Request URI.
*
*/
package com.azure.core.annotation;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy