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

io.github.ensyb.properties.meta.Source Maven / Gradle / Ivy

package io.github.ensyb.properties.meta;

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

/**
 * This annotation is used to specifie .properties file on classpath
 */

@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Source {

	 String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy