Specifies that this mixin method should inject an multi-argument modifier
callback to itself in the target method(s) identified by ModifyArgs.method().
Specifies that this mixin method should inject a constant modifier callback
to itself in the target method(s) identified by ModifyConstant.method() at the
specified LDC (or specialised const opcode) instruction in order to adjust
the constant value returned.
Specifies that this mixin method should redirect the specified
method call, field access or object construction (via the new
keyword) to the method decorated with this annotation.