admin
2021-01-25 cbc9ffb792e29beddf15dbfa70437bfc40de5baa
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 {
}