From a4e019f8f28ab54dba362535a649d0e6c27ef269 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Thu, 30 Apr 2015 20:03:47 +0800 Subject: [PATCH] Update B.2. Generating your own meta-data using the annotation processor.md --- ...erating your own meta-data using the annotation processor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/X. Appendices/B.2. Generating your own meta-data using the annotation processor.md b/X. Appendices/B.2. Generating your own meta-data using the annotation processor.md index fc1bd09..fbe4c49 100644 --- a/X. Appendices/B.2. Generating your own meta-data using the annotation processor.md +++ b/X. Appendices/B.2. Generating your own meta-data using the annotation processor.md @@ -24,6 +24,6 @@ dependencies { **注**:你应该使用简单的文本来设置`@ConfigurationProperties`字段的Javadoc,因为在没有被添加到JSON之前它们是不被处理的。 -属性是通过判断是否存在标准的getters和setters来发现的,对于集合类型有特殊处理(即使只出现一个getter)。 +属性是通过判断是否存在标准的getters和setters来发现的,对于集合类型有特殊处理(即使只出现一个getter)。该注解处理器也支持使用lombok的`@Data`, `@Getter`和`@Setter`注解。