
club.zhcs.apm.APM Maven / Gradle / Ivy
package club.zhcs.apm;
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;
/**
* 自定义注解 拦截Controller
*/
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface APM {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy