Class InjectAt.Tail
Inserts the injection before the last return in the target body (Mixin @At("TAIL")
semantics). A protected-region leave that reaches that return runs the injection, including after
a caught exception. Exceptions that escape the target do not. Early returns are not affected; use
InjectAt.Return to target every return site.
public sealed record InjectAt.Tail : InjectAt, IEquatable<InjectAt>, IEquatable<InjectAt.Tail>
- Inheritance
-
InjectAt.Tail
- Implements
- Inherited Members