com.googlecode.placesapiclient.client.argument.annotation.ArgumentMappings Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of places-api-client Show documentation
Show all versions of places-api-client Show documentation
Java client for Google Places service
The newest version!
package com.googlecode.placesapiclient.client.argument.annotation;
import java.lang.annotation.*;
/**
* Container for ArgumentMapping
*
* Date: 26.06.13
* Time: 17:37
*/
@Documented
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ArgumentMappings {
ArgumentMapping[] mappings();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy