You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MixinExtras is on its way to become a standard within Mixin circles, and it would be handy if people coming to ClassTransform from Mixin could use the MixinExtras annotations they feel comfortable with (for example @Local would become @CLocalVariable).
I have planned to add MixinExtras annotations to the translator.
I'm currently working on a @Share implementation for ClassTransform. I'm not sure which other annotations from MixinExtras I will implement since most of them can just be a @CRedirect or @CInject without any issues
MixinExtras is on its way to become a standard within Mixin circles, and it would be handy if people coming to ClassTransform from Mixin could use the MixinExtras annotations they feel comfortable with (for example
@Local
would become@CLocalVariable
).Relevant PRs:
The text was updated successfully, but these errors were encountered: