liurunyu
2024-07-15 5e2faddb34e79918b73dc75aca8f63048dd4526d
1
2
3
4
5
6
7
8
9
package com.dy.common.aop;
 
import java.lang.annotation.*;
 
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Inherited
public @interface SsoAop {
}