noRpcMethod

Methods marked with this attribute will not be treated as rpc endpoints.

@property @safe
noRpcMethod
()

Examples

interface IAPI
{
    @noRpcMethod
    void submit();
}

Meta