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`注解。