Skip to content

INVOKE:LAST targets apply to all instead of last on shift=after #700

Description

@isXander
    @Inject(
            method = "init",
            at = @At(
                    value = "INVOKE:LAST",
                    target = "...",
                    shift = At.Shift.AFTER
            )
    )

This applies to all valid injection points, not just the last one.
If I remove the shift, it works as intended.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions