com.jquicker.annotation.aop.Aspect Maven / Gradle / Ivy
package com.jquicker.annotation.aop;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Aspect {
// 切面,可以是任意对象
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy