
com.nbsaas.codegen.annotation.CreateByUser Maven / Gradle / Ivy
package com.nbsaas.codegen.annotation;
import java.lang.annotation.*;
/**
* 生成代码的时候时候添加创建人
*/
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface CreateByUser {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy