All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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