package app.revanced.patcher.patch.annotations /** * Annotation to mark a class as a patch. */ @Target(AnnotationTarget.CLASS) annotation class Patch