@Retention(value=SOURCE) @Target(value=METHOD) public @interface ServiceMethod
ServiceClient| Modifier and Type | Required Element and Description |
|---|---|
ReturnType |
returns
This represents the return type expected from this service method.
|
public abstract ReturnType returns
ServiceMethodCopyright © 2020 Microsoft Corporation. All rights reserved.