Class InjectionBase

java.lang.Object
org.mockito.codegen.InjectionBase

public class InjectionBase extends Object
This class is required to resolve a method handle lookup for the org.mockito.codegen package what requires a preexisting class for the package. By defining this class, the JVM (starting from Java 9) assures that this package is a part of the Mockito module such that we gain full access rights.