Selaa lähdekoodia

Code improvement

Lortseam 4 vuotta sitten
vanhempi
sitoutus
4b74f71f9b

+ 1 - 1
lib/src/main/java/me/lortseam/completeconfig/data/entry/Transformation.java

@@ -64,7 +64,7 @@ public final class Transformation {
             return byAnnotation(annotation, false);
         }
 
-        public Builder byAnnotation(List<Class<? extends Annotation>> annotations) {
+        public Builder byAnnotation(Iterable<Class<? extends Annotation>> annotations) {
             for (Class<? extends Annotation> annotation : annotations) {
                 byAnnotation(annotation);
             }