com.kukababy.plus.annotation.Id Maven / Gradle / Ivy
The newest version!
package com.kukababy.plus.annotation;
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;
/**
*
*
*
* 描述:
*
*
* @author [email protected]
* @date 2019年3月5日 下午10:50:24
*/
@Target({ ElementType.FIELD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Id {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy