You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package org.koitharu.kotatsu.parsers
|
|
|
|
/**
|
|
* Annotate [MangaParser] implementation to mark this parser as broken instead of removing it
|
|
*/
|
|
@Target(AnnotationTarget.CLASS)
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
internal annotation class Broken
|