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

com.googlecode.placesapiclient.client.argument.annotation.ArgumentMapping Maven / Gradle / Ivy

package com.googlecode.placesapiclient.client.argument.annotation;

import com.googlecode.placesapiclient.client.service.ServiceName;

import java.lang.annotation.*;

/**
 * Annotation with request mapping configuration.
 *
 * Date: 26.06.13
 * Time: 17:37
 */
@Documented
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ArgumentMapping {


    ArgumentScope scope();
    ServiceName serviceName();
    String mapping() default "[unassigned]";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy