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

com.azure.core.annotation.package-info Maven / Gradle / Ivy

The newest version!
// 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