See gh-15134
This commit is contained in:
Johnny Lim
2018-11-09 00:41:22 +09:00
committed by Stephane Nicoll
parent 2c3b455b8b
commit fd5aa3ebf1
10 changed files with 23 additions and 27 deletions

View File

@@ -243,7 +243,7 @@ public class AutoConfigureAnnotationProcessor extends AbstractProcessor {
NamedValuesExtractor(String... names) {
this.names = new HashSet<>(Arrays.asList(names));
};
}
@Override
public List<Object> getValues(AnnotationMirror annotation) {