this page is a draft being written by GauntRecluse! Feedback is appreciated but the page is currently not ready to be read by users of the Wiki!
Mixin Glossary (DRAFT)
Mixin, Mixins:
-
“a Mixin” or “a Mixin Class” means a class or, for the former especially, an interface that will be merged with a target by the Mixin system.
Injector:
Most of the time, references a “callback injector”, or an annotated handler method that will be merged by a Mixin Class, with a callback to the merged method at a specified injection point. This most often does not include Redirectors, although they may also be considered injectors under technical definitions.
Handler method:
In the context of Mixins, a decorated method that will be merged and then called to in some way dependent on the annotation and its arguments.