Annotate more sources as NSFW

This commit is contained in:
arkon
2020-08-10 11:44:39 -04:00
parent 66e347989c
commit 656f74cbc5
25 changed files with 57 additions and 4 deletions

View File

@ -1,5 +1,10 @@
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