瀏覽代碼

Code improvement

Lortseam 4 年之前
父節點
當前提交
4b74f71f9b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/src/main/java/me/lortseam/completeconfig/data/entry/Transformation.java

+ 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);
             }