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

com.starmcc.qmframework.aop.QmAgent Maven / Gradle / Ivy

package com.starmcc.qmframework.aop;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * @author starmcc
 * @version 2020/9/22 15:47
 * AOP 切入点
 */
@Target(ElementType.METHOD)//使用在方法上
@Retention(RetentionPolicy.RUNTIME)
public @interface QmAgent {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy