Commit 9e9e7465 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '1.5.x' into 2.0.x

parents 9b4680c3 36605b3b
...@@ -384,7 +384,7 @@ public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor ...@@ -384,7 +384,7 @@ public class ConfigurationMetadataAnnotationProcessor extends AbstractProcessor
* @param element the parent element of the field (i.e. its holding class) * @param element the parent element of the field (i.e. its holding class)
* @param getter {@code true} to look for the read accessor, {@code false} for the * @param getter {@code true} to look for the read accessor, {@code false} for the
* write accessor * write accessor
* @return {@code true} if this field is a public accessor of the specified type * @return {@code true} if this field has a public accessor of the specified type
*/ */
private boolean hasLombokPublicAccessor(VariableElement field, TypeElement element, private boolean hasLombokPublicAccessor(VariableElement field, TypeElement element,
boolean getter) { boolean getter) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment