Retrofit API.See: Description
| Interface | Description |
|---|---|
| RetrofitProcessor.Action1<T> |
| Class | Description |
|---|---|
| RetrofitBuilderProcessor |
Annotation processor that checks that the type that
Retrofit.Builder is applied to is
nested inside an @Retrofit class. |
| RetrofitProcessor |
Javac annotation processor (compiler plugin) for value types; user code never references this
class.
|
| RetrofitProcessor.Part | |
| RetrofitProcessor.Property |
A property of an
@Retrofit class, defined by one of its abstract methods. |
Retrofit API.