/**
* An {@link scouter.bytebuddy.implementation.bytecode.assign.Assigner} is responsible for transforming
* a given {@link scouter.bytebuddy.description.type.TypeDescription} into another one. In doing so, an assigner is also
* able to determine that some assignment is illegal.
*/
package scouter.bytebuddy.implementation.bytecode.assign;