Fix @MangaSources annotation

source/neox^2
Koitharu 3 years ago
parent 7414cf4a4e
commit b2675c3cac
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -3,5 +3,5 @@ package org.koitharu.kotatsu.parsers
import org.junit.jupiter.params.provider.EnumSource
import org.koitharu.kotatsu.parsers.model.MangaSource
@EnumSource(MangaSource::class, names = ["HONEYMANGA"], mode = EnumSource.Mode.INCLUDE)
@EnumSource(MangaSource::class, names = ["LOCAL", "DUMMY"], mode = EnumSource.Mode.EXCLUDE)
internal annotation class MangaSources

Loading…
Cancel
Save