Marks a method as a custom receiver accessor. In the class with a custom dispatch, the method is
used to translate the API object to the receiver. The method annotated by
CustomReceiverAccessor must be a non-private static method with a single parameter
returning the receiver.