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:
5
annotations/src/main/kotlin/MultiSource.kt
Normal file
5
annotations/src/main/kotlin/MultiSource.kt
Normal file
@ -0,0 +1,5 @@
|
||||
package eu.kanade.tachiyomi.annotations
|
||||
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
annotation class MultiSource
|
Reference in New Issue
Block a user