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

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