All Downloads are FREE. Search and download functionalities are using the official Maven repository.

retrofit2.package-info Maven / Gradle / Ivy

// Copyright 2014 Square, Inc.

/**
 * Retrofit turns your REST API into a Java interface.
 *
 * 
 * public interface GitHubService {
 *   @GET("/users/{user}/repos")
 *   List<Repo> listRepos(@Path("user") String user);
 * }
 * 
*/ @retrofit2.internal.EverythingIsNonNull package retrofit2;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy