style: 添加 EnumValue 注释。

This commit is contained in:
Suomm 2023-06-19 11:12:48 +08:00
parent 6a61554409
commit 65ca516efb

View File

@ -1,4 +1,4 @@
/**
/*
* Copyright (c) 2022-2023, Mybatis-Flex (fuhai999@gmail.com).
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
@ -17,9 +17,11 @@ package com.mybatisflex.annotation;
import java.lang.annotation.*;
/**
* 枚举属性注解
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface EnumValue {
}