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

roboguice.inject.SharedPreferencesName Maven / Gradle / Ivy

The newest version!
package roboguice.inject;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import com.google.inject.BindingAnnotation;

/**
 * 
 * @author Pierre-Yves Ricau ([email protected])
 */
@Retention(RUNTIME)
@Target( { ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
@BindingAnnotation
public @interface SharedPreferencesName {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy