![JAR search and dependency download from the Maven repository](/logo.png)
org.pitest.sequence.SlotRead Maven / Gradle / Ivy
package org.pitest.sequence;
public class SlotRead {
private final Slot slot;
public SlotRead(Slot slot) {
this.slot = slot;
}
Slot slot() {
return this.slot;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy