admin
2021-03-26 351b317c56487676b4f5a60b5bc3710a383d7a7b
1
2
3
4
5
6
7
8
9
10
package com.yeshi.buwan.util.annotation;
 
import java.lang.annotation.*;
 
@Documented
@Target(ElementType.METHOD)
@Inherited
@Retention(RetentionPolicy.RUNTIME)
public @interface RequireUid {
}