value
2024-06-08 946e8e2afb1a683c7b17bf52446a13e3c10b140a
1
2
3
4
5
6
7
8
9
package com.yuanchu.mom.annotation;
 
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
 
@Retention(RetentionPolicy.RUNTIME)
public @interface ValueAuth {
 
}