com.tngtech.jgiven.integration.CanWire Maven / Gradle / Ivy
package com.tngtech.jgiven.integration;
public interface CanWire {
void wire( Object o );
}
package com.tngtech.jgiven.integration;
public interface CanWire {
void wire( Object o );
}