
com.tmsps.ne4springboot.annotation.Uniqueness Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ne4SpringBoot Show documentation
Show all versions of ne4SpringBoot Show documentation
NE For SpringBoot is good :)
package com.tmsps.ne4springboot.annotation;
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;
/**
* @ClassName: Uniqueness
* @Description:
* @author: zhangwei(Mr.z)[email protected]
* @date: 2024/04/11
* @Copyright: 行歌信息
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface Uniqueness {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy