mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-12 15:24:33 -05:00
6 lines
134 B
Kotlin
6 lines
134 B
Kotlin
package eu.kanade.tachiyomi.annoations
|
|
|
|
@Retention(AnnotationRetention.RUNTIME)
|
|
@Target(AnnotationTarget.CLASS)
|
|
annotation class Nsfw
|