소스 검색

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