Annotate multi-source factories

Doesn't do anything yet. Will add an annotation processor to do add info the repo JSON in the future.
This commit is contained in:
arkon
2020-06-25 19:04:05 -04:00
parent 7e2e2f39fe
commit 4079830822
23 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package eu.kanade.tachiyomi.annotations
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.CLASS)
annotation class MultiSource