zss
2024-12-11 47b307f8eaaec7c9eb359416753d548b9b7c01a3
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 ValueClassify {
    String value() default "";
}