【7.2.5】【rule】增加格式化注解可以加在方法上,一般可加在get方法

pull/37/head
fengshuonan 2022-09-07 14:39:11 +08:00
parent 252d82b234
commit 664dc705f6
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import java.lang.annotation.*;
*/
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
@Target({ElementType.FIELD, ElementType.METHOD})
public @interface SimpleFieldFormat {
/**