Class CallbackInfo

  • Direct Known Subclasses:
    CallbackInfoReturnable

    @Deprecated
    public class CallbackInfo
    extends java.lang.Object
    Deprecated.
    micromixin-runtime is deprecated for removal. Use micromixin-annotations instead. Reason for this is that mixin annotations have a retention policy of RetentionPolicy.RUNTIME. In edge cases such as Annotation.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 the LocalCapture class in the callback package.
    • Constructor Summary

      Constructors 
      Constructor Description
      CallbackInfo​(java.lang.String name, boolean cancellable)
      Deprecated.
       
    • Constructor Detail

      • CallbackInfo

        public CallbackInfo​(@NotNull
                            java.lang.String name,
                            boolean cancellable)
        Deprecated.
    • Method Detail

      • getId

        @NotNull
        public java.lang.String getId()
        Deprecated.
      • isCancellable

        public final boolean isCancellable()
        Deprecated.
      • isCancelled

        public final boolean isCancelled()
        Deprecated.