Skip to content
Success

Changes

Summary

  1. Modularise annotation handling for methods (commit: fb16738) (details)
Commit fb16738f18c79722dee64586e0172d85ed60af92 by Geolykt
Modularise annotation handling for methods

This should make is quite a bit easier to implement more annotations
without having a lot of duplicate code as a result of doing so.

So while right now the (obvious) result is much more code, in the
long run the absolute amount of code required will shrink down.
(commit: fb16738)
The file was modifiedsrc/main/java/org/stianloader/micromixin/remapper/MicromixinRemapper.java (diff)
The file was addedsrc/main/java/org/stianloader/micromixin/remapper/AnnotationRemapper.java