-
Classes Class Description org.spongepowered.asm.mixin.injection.callback.CallbackInfo micromixin-runtime is deprecated for removal. Use micromixin-annotations instead. Reason for this is that mixin annotations have a retention policy ofRetentionPolicy.RUNTIME. In edge cases such asAnnotation.annotationType(), the class needs to present at runtime. This is especially compounded by JPMS not supporting packages being in two or more modules, while micromixin-annotation having theLocalCaptureclass in the callback package.org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable micromixin-runtime is deprecated for removal. Use micromixin-annotations instead. Reason for this is that mixin annotations have a retention policy ofRetentionPolicy.RUNTIME. In edge cases such asAnnotation.annotationType(), the class needs to present at runtime. This is especially compounded by JPMS not supporting packages being in two or more modules, while micromixin-annotation having theLocalCaptureclass in the callback package.
-
Exceptions Exceptions Description org.spongepowered.asm.mixin.injection.callback.CancellationException micromixin-runtime is deprecated for removal. Use micromixin-annotations instead. Reason for this is that mixin annotations have a retention policy ofRetentionPolicy.RUNTIME. In edge cases such asAnnotation.annotationType(), the class needs to present at runtime. This is especially compounded by JPMS not supporting packages being in two or more modules, while micromixin-annotation having theLocalCaptureclass in the callback package.