Class ImplicitTargetElementResolver

java.lang.Object
org.stianloader.micromixin.remapper.element.ImplicitTargetElementResolver
All Implemented Interfaces:
BiConsumer<@NotNull RemapContext,@NotNull org.objectweb.asm.tree.AnnotationNode>

public class ImplicitTargetElementResolver extends Object implements BiConsumer<@NotNull RemapContext,@NotNull org.objectweb.asm.tree.AnnotationNode>
  • Field Details

  • Constructor Details

    • ImplicitTargetElementResolver

      public ImplicitTargetElementResolver()
  • Method Details

    • accept

      public void accept(@NotNull @NotNull RemapContext context, @NotNull @NotNull org.objectweb.asm.tree.AnnotationNode annotation)
      Specified by:
      accept in interface BiConsumer<@NotNull RemapContext,@NotNull org.objectweb.asm.tree.AnnotationNode>