![JAR search and dependency download from the Maven repository](/logo.png)
spoon.examples.factory.src.impl2.BImpl2 Maven / Gradle / Ivy
The newest version!
package spoon.examples.factory.src.impl2;
import spoon.examples.factory.src.B;
public class BImpl2 implements B {
public void m2() {
System.out.println("executing BImpl2.m2");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy