feat: remove unused annotation DirectPatternScanMethod

This commit is contained in:
oSumAtrIX
2022-10-05 03:54:01 +02:00
parent 4aa14bbb85
commit 538b2a8599

View File

@ -10,11 +10,4 @@ import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint
@Retention(AnnotationRetention.RUNTIME)
annotation class FuzzyPatternScanMethod(
val threshold: Int = 1
)
/**
* Annotations to scan a pattern [MethodFingerprint] directly.
*/
@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class DirectPatternScanMethod
)