
com.tangwangwang.spring.data.ultipa.annotation.EnumId Maven / Gradle / Ivy
package com.tangwangwang.spring.data.ultipa.annotation;
import java.lang.annotation.*;
/**
* This annotation used to annotate the field of an Enum class, which is the identity value the enum instance.
*
* @author Wangwang Tang
* @since 1.0
*/
@Documented
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface EnumId {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy