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

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

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

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

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.CLASS;

/**
 * Created by greenfrvr
 */
@Target(TYPE)
@Retention(CLASS)
public @interface AnnyPref {
    String name() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy