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