liurunyu
2024-11-01 6a4d7da842c4a8bdd84e2291be438abdb40c4f42
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 {
}