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

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

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