All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sf.codegen.support.NotModified Maven / Gradle / Ivy

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