![JAR search and dependency download from the Maven repository](/logo.png)
com.minlia.cloud.annotation.i18n.Localized Maven / Gradle / Ivy
package com.minlia.cloud.annotation.i18n;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
* Created by will on 8/22/17.
*/
@Target({ ElementType.TYPE,ElementType.FIELD})
@Retention(RUNTIME)
@Inherited
public @interface Localized {
Localize[] values() default {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy