FabricMC/Mixin

Annotation processor rejects interface injections

Pyrofab opened this issue · 1 comments

Attempting to build a mod using an injection in an interface static method errors, displaying error: Injector in interface is unsupported.
This check should probably be removed now that #13 has been merged.

This issue appears to have resurfaced with the move to Mixin 0.8, including injecting into default methods. Can it be reopened? Or perhaps another issue could be opened.