admin
2021-04-28 dff60bc721754a09fc2cd530bb75aa7bf9c01810
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 {
}