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

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

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

/**
 * Argument scope.
 * Argument annotated as REQUIRED or OPTIONAL will be added as request param.
 * Argument annotated as NOT_SUPPORTED will not be added as request param.
 *
 * Date: 26.06.13
 * Time: 17:46
 */
public enum ArgumentScope {

    REQUIRED,
    OPTIONAL,
    NOT_SUPPORTED
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy