Move annotations and Duktape stub into core module

This commit is contained in:
arkon
2021-02-06 18:16:04 -05:00
parent f8bf81ae43
commit 3da46570aa
13 changed files with 23 additions and 48 deletions

View File

@ -1,10 +0,0 @@
package eu.kanade.tachiyomi.annotations
/**
* Annotation used to mark a Source (i.e. individual sources) or a SourceFactory (i.e. all sources
* within it) as NSFW. Used within the Tachiyomi app to prevent loading sources when parental
* controls are enabled.
*/
@Retention(AnnotationRetention.RUNTIME)
@Target(AnnotationTarget.CLASS)
annotation class Nsfw