
sf.codegen.support.NotModified Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
The newest version!
package sf.codegen.support;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.TYPE;
/**
* 标识不要做增强
*/
@Target(TYPE)
public @interface NotModified {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy