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

com.greenfrvr.annyprefs.annotation.ObjectPref Maven / Gradle / Ivy

The newest version!
package com.greenfrvr.annyprefs.annotation;

import android.support.annotation.StringRes;

/**
 * Created by greenfrvr
 */
public @interface ObjectPref {

    @StringRes int keyRes() default -1;

    String key() default "";

    Class type();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy