ServiceMethod Interface

Implements

public interface ServiceMethod
implements Annotation

Annotation given to all service client methods that perform network operations. All methods with this annotation should be contained in class annotated with ServiceClient

Method Summary

Modifier and Type Method and Description
abstract ReturnType returns()

This represents the return type expected from this service method.

Method Details

returns

public abstract ReturnType returns()

This represents the return type expected from this service method.

Returns:

the return type of the method annotated with ServiceMethod

Applies to