From 664dc705f6366eb32ea189869ba9d083ef023f6d Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Wed, 7 Sep 2022 14:39:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.2.5=E3=80=91=E3=80=90rule=E3=80=91?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=B3=A8=E8=A7=A3?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=8A=A0=E5=9C=A8=E6=96=B9=E6=B3=95=E4=B8=8A?= =?UTF-8?q?=EF=BC=8C=E4=B8=80=E8=88=AC=E5=8F=AF=E5=8A=A0=E5=9C=A8get?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../roses/kernel/rule/annotation/SimpleFieldFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-a-rule/src/main/java/cn/stylefeng/roses/kernel/rule/annotation/SimpleFieldFormat.java b/kernel-a-rule/src/main/java/cn/stylefeng/roses/kernel/rule/annotation/SimpleFieldFormat.java index 8cda5c53b..6f4e12da6 100644 --- a/kernel-a-rule/src/main/java/cn/stylefeng/roses/kernel/rule/annotation/SimpleFieldFormat.java +++ b/kernel-a-rule/src/main/java/cn/stylefeng/roses/kernel/rule/annotation/SimpleFieldFormat.java @@ -37,7 +37,7 @@ import java.lang.annotation.*; */ @Inherited @Retention(RetentionPolicy.RUNTIME) -@Target({ElementType.FIELD}) +@Target({ElementType.FIELD, ElementType.METHOD}) public @interface SimpleFieldFormat { /**