Doesn't do anything yet. Will add an annotation processor to do add info the repo JSON in the future.
6 lines
141 B
Kotlin
6 lines
141 B
Kotlin
package eu.kanade.tachiyomi.annotations
|
|
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
@Target(AnnotationTarget.CLASS)
|
|
annotation class MultiSource
|