net.optionfactory.spring.localizedenums.LocalizedEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of localized-enums Show documentation
Show all versions of localized-enums Show documentation
optionfactory-spring enums localization
package net.optionfactory.spring.localizedenums;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface LocalizedEnum {
public String category() default "";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy