![JAR search and dependency download from the Maven repository](/logo.png)
com.microsoft.rest.v2.annotations.ResumeOperation Maven / Gradle / Ivy
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.rest.v2.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Defines the a continuation method.
*/
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface ResumeOperation {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy