liurunyu
2 天以前 6ebc3a4e7dc07f92e30a10f93bb19c32bef34d1c
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 {
}