@Target(value={TYPE,METHOD}) @Retention(value=SOURCE) public @interface MimeRegistration
Modifier and Type | Required Element and Description |
---|---|
String |
mimeType
Mime type to which should be the given provider registered.
|
Class<?> |
service
The API service.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
position
Position of the provider in the list of providers.
|