generate Companion Ext Function
Whether to generate a create(client)
extension function of interface's companion object.
This requires the annotation to be placed on the companion itself or declared a companion object explicit.
Example: UserRoute.create(client)