revanced-patcher
                                
                                 revanced-patcher copied to clipboard
                                
                                    revanced-patcher copied to clipboard
                            
                            
                            
                        feat: revert the use of annotations
🐞 Issue
Currently, annotations are being used to give patches and fingerprints metadata. This approach proved to be unsuited for our case and should be subject to removal.
❗ Solution
Revert using annotations and instead use objects such as PatchMetadata and FingerprintMetadata objects.
❓ Motivation
This will get rid of a lot of reflection API calls. The patcher API would be retained.